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
|
||||
pnpm-lock.yaml
|
||||
.expo
|
||||
ios
|
||||
android
|
||||
.env
|
||||
|
||||
6
app.json
6
app.json
@@ -30,6 +30,12 @@
|
||||
"eas": {
|
||||
"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",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user