Remove time tickets from bottom tab navigation, and update version for production deployment.
This commit is contained in:
21
app.json
21
app.json
@@ -4,7 +4,7 @@
|
||||
"slug": "rome-mobile",
|
||||
"version": "1.5.0",
|
||||
"extra": {
|
||||
"expover": "2",
|
||||
"expover": "3",
|
||||
"eas": {
|
||||
"projectId": "df105e21-a07f-4425-af10-2200a7704a48"
|
||||
}
|
||||
@@ -14,7 +14,7 @@
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.rome.mobile",
|
||||
"buildNumber": "2",
|
||||
"buildNumber": "3",
|
||||
"googleServicesFile": "./GoogleService-Info.plist",
|
||||
"infoPlist": {
|
||||
"NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.",
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"android": {
|
||||
"package": "com.rome.mobile",
|
||||
"versionCode": 2,
|
||||
"versionCode": 3,
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"permissions": [
|
||||
"android.permission.READ_EXTERNAL_STORAGE",
|
||||
@@ -47,14 +47,13 @@
|
||||
"favicon": "./assets/RomeIcon.png",
|
||||
"config": {
|
||||
"firebase": {
|
||||
"apiKey": "AIzaSyDSezy-jGJreo7ulgpLdlpOwAOrgcaEkhU",
|
||||
"authDomain": "imex-prod.firebaseapp.com",
|
||||
"databaseURL": "https://imex-prod.firebaseio.com",
|
||||
"projectId": "imex-prod",
|
||||
"storageBucket": "imex-prod.appspot.com",
|
||||
"messagingSenderId": "253497221485",
|
||||
"appId": "1:253497221485:web:9b65736a635a45ce227a64",
|
||||
"measurementId": "G-96694D66L2"
|
||||
"apiKey": "AIzaSyAuLQR9SV5LsVxjU8wh9hvFLdhcAHU6cxE",
|
||||
"authDomain": "rome-prod-1.firebaseapp.com",
|
||||
"projectId": "rome-prod-1",
|
||||
"storageBucket": "rome-prod-1.appspot.com",
|
||||
"messagingSenderId": "147786367145",
|
||||
"appId": "1:147786367145:web:9d4cba68071c3f29a8a9b8",
|
||||
"measurementId": "G-G8Z9DRHTZS"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user