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

2019-03-19  本文已影响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 ../../../../
上一篇 下一篇

猜你喜欢

热点阅读