Skip to content

ReactNative的离线使用与屏蔽菜单

ww1234 edited this page Jan 7, 2016 · 2 revisions

ReactNative的离线使用

  1. 使用 curl http://localhost:8081/index.ios.bundle?platform=ios -o main.jsbundle 生成一个jsbundle
  2. 将生成的jsbundle拖入项目的根目录下
  3. 使用 NSURL *jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];

菜单屏蔽

Product → Scheme → Edit Scheme... (or press ⌘ + <). 然后将debug改成release就可屏蔽调试菜单

Clone this wiki locally