美文网首页
react-native-video报错处理

react-native-video报错处理

作者: 复古先生 | 来源:发表于2017-10-25 14:04 被阅读0次

Unhandled JS Exception: Cannot read property 'Constants' of undefined

处理方式(IOS):
1、打开xcode。查看Libraries里面有没有RCTVideo.xcodeproj.。如果没有,添加它。这个文件在你的项目node_modules/react-native-video文件夹中
2、build Phases----Link Binary with Libraries中添加libRCTVideo.a
3、编译运行

处理方式(Android):
1、按照 react-native-video官网 配置安卓后,重跑项目react-native run-android 即可解决。

相关文章

网友评论

      本文标题:react-native-video报错处理

      本文链接:https://www.haomeiwen.com/subject/zajqpxtx.html