1、undefined is not an object (evaluating ‘RNGestureHandlerModule.State’
执行
npm install --save react-native-gesture-handler
react-native link

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 ../../../../
网友评论