Files
FEDEO/reactnative/app.json
Florian Federspiel 677030f712 Initial
2023-11-25 16:53:52 +01:00

14 lines
184 B
JSON

{
"expo": {
"scheme": "acme",
"web": {
"bundler": "metro"
},
"plugins": [
"expo-router"
],
"name": "reactnative",
"slug": "reactnative"
}
}