美文网首页
react-navigation3.0(坑集合更新中)

react-navigation3.0(坑集合更新中)

作者: 妄自 | 来源:发表于2019-03-19 11:10 被阅读0次

1、undefined is not an object (evaluating ‘RNGestureHandlerModule.State’

执行
npm install --save react-native-gesture-handler
react-native link

20181121170810835.png

2、React-native third-party/double-conversion-1.1.6/src/bignum-dtoa.cc strtod.cc bignum.cc错误

执行
cd node_modules/react-native/scripts && ./ios-install-third-party.sh && cd ../../../

3、'config.h' file not found

cd node_modules/react-native/third-party/glog-0.3.4
../../scripts/ios-configure-glog.sh

4、/node_modules/react-native/third-party/glog-0.3.4':

在根目录:

1.cd node_modules/react-native/scripts && ./ios-install-third-party.sh && cd ../../../
2.cd node_modules/react-native/third-party/glog-0.3.4/ && ../../scripts/ios-configure-glog.sh && cd ../../../../

相关文章

网友评论

      本文标题:react-navigation3.0(坑集合更新中)

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