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 3
3
"private" : true ,
4
4
"version" : " 0.1.0" ,
5
5
"scripts" : {
6
- "start " : " react-native start --no-interactive" ,
6
+ "metro " : " react-native start --no-interactive" ,
7
7
"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" ,
9
8
"ios" : " react-native run-ios --no-packager" ,
10
9
"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"
13
12
},
14
13
"dependencies" : {
15
14
"@babel/core" : " ^7.26.10" ,
You can’t perform that action at this time.
0 commit comments