Files
react-native-video/tsconfig.build.json
Loewy d7563cfd93 Fix video rendering with React Native 0.86
Fold the mobile repository's react-native-video patch into the maintained fork. Avoid the bridgeless RCTBridge.current() trap, preserve the TypeScript install build, and use the supported absolute-fill style so legacy-interoperability video views receive their layout.
2026-08-03 23:30:41 -07:00

5 lines
64 B
JSON

{
"extends": "./tsconfig",
"exclude": ["examples", "lib"]
}