File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 33 "private" : true ,
44 "version" : " 0.1.0" ,
55 "scripts" : {
6- "start " : " react-native start --no-interactive" ,
6+ "metro " : " react-native start --no-interactive" ,
77 "android" : " react-native run-android --no-packager --active-arch-only" ,
8- "build:android" : " react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist/res" ,
98 "ios" : " react-native run-ios --no-packager" ,
109 "pod-install" : " cd ios && pod install" ,
11- "test:android" : " mocha-remote --exit-on-error -- concurrently --kill-others-on-fail npm:start npm:android" ,
12- "test:ios" : " mocha-remote --exit-on-error -- concurrently --kill-others-on-fail npm:start npm:ios"
10+ "test:android" : " mocha-remote --exit-on-error -- concurrently --kill-others-on-fail npm:metro npm:android" ,
11+ "test:ios" : " mocha-remote --exit-on-error -- concurrently --kill-others-on-fail npm:metro npm:ios"
1312 },
1413 "dependencies" : {
1514 "@babel/core" : " ^7.26.10" ,
You can’t perform that action at this time.
0 commit comments