feat: update .gitignore and configure platform-specific settings in app.json
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,6 @@
|
|||||||
node_modules
|
node_modules
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
.expo
|
||||||
|
ios
|
||||||
|
android
|
||||||
|
.env
|
||||||
|
|||||||
6
app.json
6
app.json
@@ -30,6 +30,12 @@
|
|||||||
"eas": {
|
"eas": {
|
||||||
"projectId": "00000000-0000-0000-0000-000000000000"
|
"projectId": "00000000-0000-0000-0000-000000000000"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"ios": {
|
||||||
|
"bundleIdentifier": "com.devbeni.vegas-blackjack"
|
||||||
|
},
|
||||||
|
"android": {
|
||||||
|
"package": "com.devbeni.vegasblackjack"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
assets/icon.png
BIN
assets/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 31 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 65 KiB |
@@ -5,8 +5,8 @@
|
|||||||
"main": "node_modules/expo/AppEntry.js",
|
"main": "node_modules/expo/AppEntry.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "expo start",
|
"start": "expo start",
|
||||||
"android": "expo start --android",
|
"android": "expo run:android",
|
||||||
"ios": "expo start --ios",
|
"ios": "expo run:ios",
|
||||||
"web": "expo start --web"
|
"web": "expo start --web"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user