undefined is not an object(evaluating 'ViewPropTypes.style')

Description --- When i clone a project from github, after npm install react-native run-ios,the following error occurs: undefined is not an object( evaluating '_reactNative.ViewPropTypes.style')

undefined is not an object(evaluating 'ViewPropTypes.style')

解决

办法一:

在node_moudle ---> 'react-native-scrollable-tab-view'资源包下面的 ScrollableTabBar.jsDefaulttabbar.js文件中, 注释掉所有的 viewproptypes.style属性

方法二:我的

"react-native-camera": "^0.6.0",版本升级到 0.7.0版本


相关文章: