繁体   English   中英

TypeError: undefined is not an object(评估'_reactNative.Image.propTypes.resizeMode')

[英]TypeError: undefined is not an object (evaluating '_reactNative.Image.propTypes.resizeMode')

我想使用 react-native-video、react-native-video-controls

但我有一个错误

 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",

有没有人解决了这些问题

将反应原生视频升级到版本“^6.0.0-alpha.1”Github 问题链接

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM