Unable to resolve module 'AccessibilityInfo', when trying to create release bundle

解决一个问题记录一下:

react-native init AwesomeProject
cd AwesomeProject
react-native run-android
npm uninstall react-native
npm install --save [email protected]
react-native run-android
npm install --save babel-core@latest babel-loader@latest
npm uninstall --save babel-preset-react-native
npm install --save [email protected]
react-native run-android

你可能感兴趣的:(JS)