Replace some project setup with Rome specific setup.
This commit is contained in:
12
app.json
12
app.json
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "ImEX Mobile",
|
||||
"slug": "imexmobile",
|
||||
"version": "1.4.1",
|
||||
"name": "Rome Mobile",
|
||||
"slug": "romemobile",
|
||||
"version": "1.5.0",
|
||||
"extra": {
|
||||
"expover": "1",
|
||||
"eas": {
|
||||
@@ -13,7 +13,7 @@
|
||||
"icon": "./assets/logo192noa.png",
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.imex.imexmobile",
|
||||
"bundleIdentifier": "com.rome.mobile",
|
||||
"buildNumber": "1",
|
||||
"googleServicesFile": "./GoogleService-Info.plist",
|
||||
"infoPlist": {
|
||||
@@ -22,8 +22,8 @@
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
"package": "com.imex.imexmobile",
|
||||
"versionCode": 1100025,
|
||||
"package": "com.rome.mobile",
|
||||
"versionCode": 1,
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"permissions": [
|
||||
"android.permission.READ_EXTERNAL_STORAGE",
|
||||
|
||||
Reference in New Issue
Block a user