每次我尝试运行:
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
我得到了错误:
Unable to resolve module `AccessibilityInfo` from `\fcm\node_modules\react-native\Libraries\react-native\react-native-implementation.js`: Module `AccessibilityInfo` does not exist in the Haste module map
我需要运行此命令以避免该错误:
Unable to load script from assets 'index.android.bundle'...
我一直关注有关该问题的几乎所有帖子,但都没有成功(Unable to resolve module 'AccessibilityInfo', when trying to create release bundle) 发生了什么??。感谢您的帮助。
答案 0 :(得分:0)
尝试一下
react-native init Projectname --version 0.55.4
为我工作的同时也面临着这个问题