Add expo remote build

This commit is contained in:
Maarten 2024-08-01 17:08:57 +02:00
parent 7f956817f7
commit 138b9c1fbe
4 changed files with 450 additions and 876 deletions

View file

@ -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"
}
}
}
}