我想使用react本机-视频,react本机-视频控件。
但我有个错误
ERROR TypeError: undefined is not an object (evaluating '_reactNative.Image.propTypes.resizeMode')
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
"react": "18.0.0",
"react-native": "0.69.2",
"react-native-video": "^5.2.0",
"react-native-video-controls": "^2.8.1",
有人解决了这些问题吗?
发布于 2022-08-30 10:07:31
将the本机视频升级到版本"^6.0.0-alpha.1" (Github发行链接)
https://stackoverflow.com/questions/73539211
复制相似问题