ReactNative 错误: Module `AccessibilityInfo` does not exist in the Haste module map

ReactNative 开发中常见错误:

前言:ReactNative 开发中 博主 分别执行了
>react-native init zqDemo
>npm install
>react-native run-android

后报错 信息:

手机出现了红屏 并提示以下错误:

Loading dependency graph, done.
error: bundling failed: Error: Unable to resolve module `AccessibilityInfo` from `C:\Users\22945\Desktop\zqMeiTuan\node_modules\react-native\Libraries\react-native\react-native-implementation.js`: Module `AccessibilityInfo` does not exist in the Haste module map

错误提示:

Unable to resolve module `AccessibilityInfo` from `C:\Users\godha.pranay\project\node_modules\react-native\Libraries\react-native\react-native-implementation.js`: Module does not exist in the module map



This might be related to https://github.com/facebook/react-native/issues/4968

To resolve try the following:

  1. Clear watchman watches: `watchman watch-del-all`.

  2. Delete the `node_modules` folder: `rm -rf node_modules && npm install`.

  3. Reset Metro Bundler cache: `rm -rf $TMPDIR/react-*` or `npm start -- --reset-cache`.  4. Remove haste cache: `rm -rf $TMPDIR/haste-map-react-native-packager-*`.

几番搜索。发现是ReactNative版本问题。 分别执行下面命令即可解决:

react-native init AwesomeProject
cd AwesomeProject
react-native run-android
npm uninstall react-native
npm install –save react-native@0.55.4
react-native run-android
npm install –save babel-core@latest babel-loader@latest
npm uninstall –save babel-preset-react-native
npm install –save babel-preset-react-native@4.0.0
react-native run-android

一定要全部执行完,才可。

参考:

这里写图片描述

链接:
https://stackoverflow.com/questions/48756550/unable-to-resolve-module-accessibilityinfo-when-trying-to-create-release-bund

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值