美文网首页ReactNative相关资源整理
ReactNative 学习(遇到的坑)

ReactNative 学习(遇到的坑)

作者: 小小程序员jh | 来源:发表于2017-08-10 18:45 被阅读3次

Application xxxx has not been registered.This is either due to a require() error during initialization or failure to call AppRegistry.reisterComponet</span>

在运行RN代码的时候会出现这种错误 是因为你启动的服务器和当期运行的程序不是同一个!

在启动服务和运行程序改为同一个就可以了

相关文章

网友评论

    本文标题: ReactNative 学习(遇到的坑)

    本文链接:https://www.haomeiwen.com/subject/lrfkrxtx.html