feat: add CI/CD workflows and EAS build config (Sprint 5)
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run
This commit is contained in:
5
app.json
5
app.json
@@ -13,13 +13,14 @@
|
||||
},
|
||||
"ios": {
|
||||
"supportsTablet": false,
|
||||
"bundleIdentifier": "space.juankibin.territorylog"
|
||||
"bundleIdentifier": "com.juankibin.territorylog"
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
"backgroundColor": "#1A6B72"
|
||||
},
|
||||
"package": "space.juankibin.territorylog"
|
||||
"package": "com.juankibin.territorylog",
|
||||
"versionCode": 1
|
||||
},
|
||||
"web": {
|
||||
"bundler": "metro"
|
||||
|
||||
Reference in New Issue
Block a user