universal links

This commit is contained in:
aeroreyna
2023-02-09 09:23:43 -05:00
parent 0ff5ac64d1
commit 0d44b4d3e3
2 changed files with 6 additions and 4 deletions

View File

@@ -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"

View File

@@ -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",