React Native 0.56.1初始化项目运行出现错误(Module `AccessibilityInfo` does not exist in the Haste module map)

当使用react-native init myApp初始化项目时,出现以下错误

出现以上错误的原因是因为0.56.1版本初始化项目就有问题,请见 https://github.com/facebook/react-native/issues/20331

解决办法是使用react native初始化时,指定版本即可

react-native init myApp --version 0.55.4

 

……

 

posted @ 2018-08-30 09:29  WesChan  阅读(1831)  评论(0编辑  收藏  举报