博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
react native 的js 文件从哪里获取
阅读量:5962 次
发布时间:2019-06-19

本文共 998 字,大约阅读时间需要 3 分钟。

 

/**   * Loading JavaScript code - uncomment the one you want.   *   * OPTION 1   * Load from development server. Start the server from the repository root:   *   * $ npm start   *   * To run on device, change `localhost` to the IP address of your computer   * (you can get this by typing `ifconfig` into the terminal and selecting the   * `inet` value under `en0:`) and make sure your computer and iOS device are   * on the same Wi-Fi network.   */  jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];  /**   * OPTION 2   * Load from pre-bundled file on disk. To re-generate the static bundle   * from the root of your project directory, run   *   * $ react-native bundle --minify   *   * see http://facebook.github.io/react-native/docs/runningondevice.html   *///   jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];

  翻译下就是:

(1)通过本地的npm start 直接运行,需要编译,首次运行会比较慢

(2)获取jsbundle 的文件,直接运行。发布模式,也可以通过js 在线更新了。

            

转载地址:http://iwjax.baihongyu.com/

你可能感兴趣的文章
html5判断用户摇晃了手机(转)
查看>>
VS下Qt4.8.4安装
查看>>
Linux df命令
查看>>
redhat6.5 配置使用centos的yum源
查看>>
取得内表的数据数
查看>>
在一个程序中调用另一个程序并且传输数据到选择屏幕执行这个程序
查看>>
“=” “:=” 区别
查看>>
pwnable.kr lotto之write up
查看>>
python之UnittTest模块
查看>>
HDOJ_ACM_Rescue
查看>>
笔记纪录
查看>>
九、oracle 事务
查看>>
Git - 操作指南
查看>>
正则表达式的贪婪与非贪婪模式
查看>>
SqlServer存储过程调用接口
查看>>
DOM
查看>>
通过jQuery.support看javascript中的兼容性问题
查看>>
NYOJ-取石子
查看>>
AngularJS
查看>>
《zw版·Halcon-delphi系列原创教程》halconxlib控件列表
查看>>