Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
satishbabariya committed Dec 26, 2021
1 parent 449450e commit 364642e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.satish.manganato",
"buildNumber": "1.0.0"
},
"android": {
"package": "com.satish.manganato",
"versionCode": 1,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
Expand Down

0 comments on commit 364642e

Please sign in to comment.