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