Update Expo
This commit is contained in:
11
app.json
11
app.json
@@ -20,8 +20,10 @@
|
||||
"ios": {
|
||||
"supportsTablet": false,
|
||||
"bundleIdentifier": "com.emi.social",
|
||||
"associatedDomains": ["applinks:social.emmint.com"],
|
||||
"buildNumber": "1.1"
|
||||
"associatedDomains": [
|
||||
"applinks:social.emmint.com"
|
||||
],
|
||||
"buildNumber": "1.2"
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
@@ -30,7 +32,7 @@
|
||||
},
|
||||
"package": "com.emi.social",
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"versionCode": 5
|
||||
"versionCode": 6
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
@@ -43,7 +45,8 @@
|
||||
"plugins": [
|
||||
[
|
||||
"expo-notifications"
|
||||
]
|
||||
],
|
||||
"expo-localization"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user