码迷,mamicode.com
首页 > 数据库 > 详细

React Native: Unable to resolve module 'accessibilityinfo'

时间:2018-07-30 23:03:19      阅读:546      评论:0      收藏:0      [点我收藏+]

标签:tar   官方   inf   解决方案   module   ack   man   let   mod   

官方解决方案:

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

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

3. Reset packager cache: `rm -fr $TMPDIR/react-*` or `npm start -- --reset-cache`.

 

实际解决方案:

react native版本0.56.0换为0.55.4

React Native: Unable to resolve module 'accessibilityinfo'

标签:tar   官方   inf   解决方案   module   ack   man   let   mod   

原文地址:https://www.cnblogs.com/chendongxsm/p/9393293.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!