Skip to content

Commit

Permalink
chore: add bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
szarbartosz committed Nov 5, 2024
1 parent 15f67b9 commit 708d4d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.szarbartosz.hedgeapp"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "com.szarbartosz.hedgeapp"
},
"web": {
"bundler": "metro",
Expand Down

0 comments on commit 708d4d6

Please sign in to comment.