react-native 0.56.0在Win10上无法使用的问题
Bundling failed: Error: unable to resolve module 'accessbilityInfo'
Github上的Issue:
https://github.com/facebook/react-native/issues/20241
刚学用就遇到这个问题,开发团队说到0.57.0才会解决。。。
现在要用只能降级,在项目目录中:
yarn upgrade react-native@0.55.4
yarn upgrade babel-preset-react-native@4 --dev
重新react-native run-android
即可。记得这个命令可能要运行两次,第一次貌似是会失败的,第二次才会成功。