Update app configuration and scripts for improved build process
- Added package name to app.json for better identification. - Updated start scripts in package.json to use 'expo run' commands for Android and iOS.
This commit is contained in:
3
app.json
3
app.json
@@ -21,7 +21,8 @@
|
||||
"foregroundImage": "./assets/images/adaptive-icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"edgeToEdgeEnabled": true
|
||||
"edgeToEdgeEnabled": true,
|
||||
"package": "com.nurmuhammet.ali.Umra"
|
||||
},
|
||||
"web": {
|
||||
"bundler": "metro",
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web",
|
||||
"test": "jest --watchAll"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user