Add expo remote build
This commit is contained in:
parent
7f956817f7
commit
138b9c1fbe
4 changed files with 450 additions and 876 deletions
11
app.json
11
app.json
|
@ -19,7 +19,8 @@
|
|||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/images/adaptive-icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
"package": "nl.maartenvr98.kliko"
|
||||
},
|
||||
"web": {
|
||||
"bundler": "metro",
|
||||
|
@ -31,6 +32,14 @@
|
|||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true
|
||||
},
|
||||
"extra": {
|
||||
"router": {
|
||||
"origin": false
|
||||
},
|
||||
"eas": {
|
||||
"projectId": "db25877f-edee-4e82-8afc-6164e4183da0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue