1.Unable to resolve module 'AccessibilityInfo' 的解決方案
解決:最終解決我困境的方案是
0 準備: 關(guān)閉所有dev過程的console 窗口和IDE,Emulator也關(guān)了吧
1 刪除你的依賴文件夾 node_modules
2 清除npm緩存 npm install
4 Clean RN 環(huán)境并重啟試試 $ npm start -- --reset-cache
上面的方法都不行的話牺勾,將 react-native 降版本(0.55.4) 解決
2.Module build failed: Error: Plugin 0 specified in “base” … provided an invalid property of “default”
解決:npm install --save-dev babel-preset-react-native@2.1.0 或者@4
3.android打包
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/