diff --git a/app.json b/app.json index 83d44a1..dd29fbd 100644 --- a/app.json +++ b/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" diff --git a/package.json b/package.json index c6efbc7..6abbdab 100644 --- a/package.json +++ b/package.json @@ -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",