universal links
This commit is contained in:
9
app.json
9
app.json
@@ -2,7 +2,8 @@
|
||||
"expo": {
|
||||
"name": "EMI Social",
|
||||
"slug": "emi-social",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"scheme": "emifellowship",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"splash": {
|
||||
@@ -18,7 +19,9 @@
|
||||
],
|
||||
"ios": {
|
||||
"supportsTablet": false,
|
||||
"bundleIdentifier": "com.emi.social"
|
||||
"bundleIdentifier": "com.emi.social",
|
||||
"associatedDomains": ["applinks:social.emmint.com"],
|
||||
"buildNumber": "1.1"
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
@@ -27,7 +30,7 @@
|
||||
},
|
||||
"package": "com.emi.social",
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"versionCode": 3
|
||||
"versionCode": 4
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-async-storage/async-storage": "~1.17.3",
|
||||
"@react-native-firebase/app": "^16.4.6",
|
||||
"@react-navigation/bottom-tabs": "^6.2.0",
|
||||
"@react-navigation/native": "^6.0.8",
|
||||
"@react-navigation/native-stack": "^6.5.0",
|
||||
|
||||
Reference in New Issue
Block a user