File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
reason-react-native-template/template Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.0.1" ,
44 "private" : true ,
55 "scripts" : {
6- "android" : " react-native run-android" ,
7- "ios" : " react-native run-ios" ,
86 "start" : " react-native start" ,
7+ "ios" : " react-native run-ios" ,
8+ "android" : " react-native run-android" ,
99 "re:clean" : " bsb -clean-world" ,
1010 "re:watch" : " bsb -clean-world -make-world -w" ,
1111 "re:build" : " bsb -clean-world -make-world" ,
Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ You might want to add this two commands in your `package.json` scripts:
107107 "scripts" : {
108108 "re:build" : " bsb -clean-world -make-world" ,
109109 "re:watch" : " bsb -clean-world -make-world -w" ,
110- "start" : " node node_modules/ react-native/local-cli/cli.js start" ,
111- "start: ios" : " react-native run-ios" ,
112- "start: android" : " react-native run-android" ,
110+ "start" : " react-native start" ,
111+ "ios" : " react-native run-ios" ,
112+ "android" : " react-native run-android" ,
113113 }
114114```
115115
You can’t perform that action at this time.
0 commit comments