Just installed react-native-fullscreen-video and get this error: undefined is not an object (evaluating 'Orientation.lockToPortrait')
Just installed react-native-fullscreen-video and get this error: undefined is not an object (evaluating 'Orientation.lockToPortrait')
刚刚安装并链接了 react-native-fullscreen-video 库并收到此错误:
undefined is not an object (evaluating 'Orientation.lockToPortrait')
然后我安装了 react-native-orientation 库并得到另一个错误:
undefined is not an object (evaluating
'_reactNative.NativeModules.UIManager.RCTVideo.Constants')
有什么想法吗?
库需要安装 react-native-video。确保您已成功安装并链接该依赖项。
刚刚安装并链接了 react-native-fullscreen-video 库并收到此错误:
undefined is not an object (evaluating 'Orientation.lockToPortrait')
然后我安装了 react-native-orientation 库并得到另一个错误:
undefined is not an object (evaluating '_reactNative.NativeModules.UIManager.RCTVideo.Constants')
有什么想法吗?
库需要安装 react-native-video。确保您已成功安装并链接该依赖项。