File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/react-native-video/src/core/video-view Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
},
50
50
"example": {
51
51
"name": "react-native-video-example",
52
- "version": "7.0.0-alpha.0 ",
52
+ "version": "7.0.0-alpha.1 ",
53
53
"dependencies": {
54
54
"@react-native-community/slider": "^4.5.6",
55
55
"react": "18.3.1",
78
78
},
79
79
"packages/react-native-video": {
80
80
"name": "react-native-video",
81
- "version": "7.0.0-alpha.0 ",
81
+ "version": "7.0.0-alpha.1 ",
82
82
"devDependencies": {
83
83
"@expo/config-plugins": "^10.0.2",
84
84
"@react-native/eslint-config": "^0.77.0",
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const LINKING_ERROR =
11
11
const ComponentName = 'VideoView' ;
12
12
13
13
export const NativeVideoView =
14
- UIManager . getViewManagerConfig ( ComponentName ) != null
14
+ UIManager . hasViewManagerConfig ( ComponentName ) != null
15
15
? VideoViewNativeComponent
16
16
: ( ) => {
17
17
throw new Error ( LINKING_ERROR ) ;
You can’t perform that action at this time.
0 commit comments