File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "reset-project" : " node ./scripts/reset-project.js" ,
88 "android" : " expo run:android" ,
99 "ios" : " expo run:ios" ,
10- "build:android" : " react-native run -android --variant=debug " ,
11- "build:ios" : " react-native run -ios --configuration Debug" ,
10+ "build:android" : " react-native build -android --extra-params \" --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a \" " ,
11+ "build:ios" : " react-native build -ios --mode Debug" ,
1212 "web" : " expo start --web" ,
1313 "lint" : " expo lint" ,
1414 "clean" : " rm -rf node_modules android ios yarn.lock"
4646 },
4747 "devDependencies" : {
4848 "@babel/core" : " ^7.25.2" ,
49+ "@react-native-community/cli" : " latest" ,
4950 "@types/jest" : " ^29.5.12" ,
5051 "@types/react" : " ~19.0.10" ,
5152 "@types/react-test-renderer" : " ^18.3.0" ,
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "android" : " react-native run-android" ,
77 "ios" : " react-native run-ios" ,
8- "build:android" : " react-native run -android --variant=debug " ,
9- "build:ios" : " react-native run -ios --configuration Debug" ,
8+ "build:android" : " react-native build -android --extra-params \" --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a \" " ,
9+ "build:ios" : " react-native build -ios --mode Debug" ,
1010 "lint" : " eslint ." ,
1111 "start" : " react-native start" ,
1212 "clean" : " rm -rf node_modules && yarn install && cd ios && rm -rf Podfile.lock && rm -rf Pods && pod install && cd .."
You can’t perform that action at this time.
0 commit comments