Blog icon indicating copy to clipboard operation
Blog copied to clipboard

React-Native 常见问题

Open ychow opened this issue 8 years ago • 0 comments

  • 去掉iOS模拟器底部黄色警告框

打开AppDelegate.m文件。

jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];

替换 dev=true 为_dev=false_

  • 打开iOS模拟器键盘 command+K

ychow avatar May 01 '16 03:05 ychow