Blog
Blog copied to clipboard
React-Native 常见问题
- 去掉iOS模拟器底部黄色警告框
打开AppDelegate.m文件。
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];
替换 dev=true 为_dev=false_
- 打开iOS模拟器键盘 command+K