首页 > 数据库技术 > 详细

React Native: Unable to resolve module 'accessibilityinfo'

时间:2018-07-30 22:58:31      阅读:553      评论:0      收藏:0      [点我收藏+]

官方解决方案:

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'

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!