Version updates.
This commit is contained in:
6
app.json
6
app.json
@@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"package": "com.rome.mobile",
|
"package": "com.rome.mobile",
|
||||||
"versionCode": 1,
|
"versionCode": 2,
|
||||||
"googleServicesFile": "./google-services.json",
|
"googleServicesFile": "./google-services.json",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"android.permission.READ_EXTERNAL_STORAGE",
|
"android.permission.READ_EXTERNAL_STORAGE",
|
||||||
@@ -42,9 +42,7 @@
|
|||||||
"fallbackToCacheTimeout": 0,
|
"fallbackToCacheTimeout": 0,
|
||||||
"url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48"
|
"url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48"
|
||||||
},
|
},
|
||||||
"assetBundlePatterns": [
|
"assetBundlePatterns": ["**/*"],
|
||||||
"**/*"
|
|
||||||
],
|
|
||||||
"web": {
|
"web": {
|
||||||
"favicon": "./assets/RomeIcon.png",
|
"favicon": "./assets/RomeIcon.png",
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
4
eas.json
4
eas.json
@@ -9,13 +9,13 @@
|
|||||||
"channel": "development"
|
"channel": "development"
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"releaseChannel": "test",
|
"channel": "test",
|
||||||
"env": {
|
"env": {
|
||||||
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
|
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
"releaseChannel": "production",
|
"channel": "production",
|
||||||
"env": {
|
"env": {
|
||||||
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
|
"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();
|
const { resolver: defaultResolver } = getDefaultConfig.getDefaultValues();
|
||||||
exports.resolver = {
|
exports.resolver = {
|
||||||
...defaultResolver,
|
...defaultResolver,
|
||||||
Reference in New Issue
Block a user