Merge branch 'rome/1.5.0' of bitbucket.org:snaptsoft/imexmobile into rome/1.5.0

This commit is contained in:
Patrick Fic
2023-08-04 15:36:18 -07:00
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
},
"android": {
"package": "com.rome.mobile",
"versionCode": 1,
"versionCode": 2,
"googleServicesFile": "./google-services.json",
"permissions": [
"android.permission.READ_EXTERNAL_STORAGE",

View File

@@ -9,13 +9,13 @@
"channel": "development"
},
"test": {
"releaseChannel": "test",
"channel": "test",
"env": {
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
}
},
"production": {
"releaseChannel": "production",
"channel": "production",
"env": {
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
}

View File

@@ -1,4 +1,4 @@
const { getDefaultConfig } = require("metro-config");
const { getDefaultConfig } = require("expo/metro-config");
const { resolver: defaultResolver } = getDefaultConfig.getDefaultValues();
exports.resolver = {
...defaultResolver,