react native 坑

前端之家收集整理的这篇文章主要介绍了react native 坑前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Could not get BatchedBridge,make sure your bundle is packaged correctly

在终端中,进入到项目的根目录,执行下面这段命令行:

react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/

reload 出现 react native could not connect to develpment server

在终端中,进入到项目的根目录

sudo npm start

===========

===========

我下载了别人的开源项目,怎么在我的电脑上运行呢?

terminal切换到这个目录后 第一步【npm install】 第二步【react-native link】 第三步【cd androir && chmod 777 *】 第四步【 react-native run-android】 其中第二步并不是必须的,有一些npm_module用到了native功能时就需要先进行一下link才可以编译运行。比如:react-native-vector-icons,react-native-video等

原文链接:https://www.f2er.com/react/304456.html

猜你在找的React相关文章