react-native启动时报错 Unable to resolve module `AccessibilityInfo` from `C:\Users\godha.pranay\project\n

本文介绍了解决react-native启动时报错UnabletoresolvemoduleAccessibilityInfo的方法,包括清除缓存、卸载并重新安装依赖等步骤。

react-native启动时报错 Unable to resolve module AccessibilityInfo from `C:\Users\godha.pranay\project\n

在根据react-native中文网入门的第一个工程启动的时候报错;
错误内容大致如下:

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-*`.

据说是0.56中与依赖相关的一个bug
执行如下命令

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

[1]. 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、付费专栏及课程。

余额充值