Merge branch 'rome/1.5.0' of bitbucket.org:snaptsoft/imexmobile into rome/1.5.0
This commit is contained in:
2
app.json
2
app.json
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"android": {
|
||||
"package": "com.rome.mobile",
|
||||
"versionCode": 1,
|
||||
"versionCode": 2,
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"permissions": [
|
||||
"android.permission.READ_EXTERNAL_STORAGE",
|
||||
|
||||
4
eas.json
4
eas.json
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { getDefaultConfig } = require("metro-config");
|
||||
const { getDefaultConfig } = require("expo/metro-config");
|
||||
const { resolver: defaultResolver } = getDefaultConfig.getDefaultValues();
|
||||
exports.resolver = {
|
||||
...defaultResolver,
|
||||
Reference in New Issue
Block a user