File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.1" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
- "android" : " react-native run-android" ,
6
+ "android" : " react-native run-android --appId com.pagerviewexample " ,
7
7
"build:android" : " npm run mkdist && react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist/res" ,
8
8
"build:ios" : " npm run mkdist && react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist" ,
9
9
"build:visionos" : " npm run mkdist && react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.visionos.jsbundle --assets-dest dist" ,
Original file line number Diff line number Diff line change 33
33
"bootstrap-no-pods" : " yarn example && yarn" ,
34
34
"bootstrap-fabric" : " yarn example && yarn && yarn example pods-fabric" ,
35
35
"test:e2e:android" : " bash ./scripts/run-maestro-tests.sh android" ,
36
- "run-example-android" : " cd example;react-native run-android --mode \" Release\" " ,
37
- "run-example-ios" : " cd example;react-native run-ios --mode \" Release\" --simulator \" iPhone 13 (15.2)\" " ,
36
+ "run-example-android" : " cd example;yarn build:android; react-native run-android --mode \" Release\" --appId com.pagerviewexample " ,
37
+ "run-example-ios" : " cd example;yarn build:ios; react-native run-ios --mode \" Release\" --simulator \" iPhone 13 (15.2)\" " ,
38
38
"test:e2e:ios" : " bash ./scripts/run-maestro-tests.sh ios"
39
39
},
40
40
"keywords" : [
You can’t perform that action at this time.
0 commit comments