【发布时间】:2018-08-31 14:28:27
【问题描述】:
每次我尝试跑步时:
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) 发生了什么??。感谢您的帮助。
【问题讨论】:
标签: android react-native android-assets