【发布时间】:2016-11-19 19:33:34
【问题描述】:
我想测试性能,所以我不想使用开发服务器或任何开发模式。我只想将应用程序安装到物理设备上,而无需通过 Google Play 商店或 Apple。我该怎么做?
docs say that I should do this:
react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output iOS/main.jsbundle
这给了我一个文件。我该如何处理该文件才能将其发送到我的设备?
【问题讨论】:
标签: react-native