Files
Hubert Bieszczad 6b498f2ada chore: update to expo 57 (#591)
* chore: update to expo 57

* chore: bump tailwind
2026-07-02 09:08:41 +02:00

36 lines
959 B
JSON

{
"expo": {
"name": "expo-example",
"slug": "expo-example",
"version": "1.0.0",
"orientation": "default",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"plugins": [
[
"expo-splash-screen",
{
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
]
],
"ios": {
"supportsTablet": true,
"userInterfaceStyle": "automatic"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"userInterfaceStyle": "automatic"
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
}
}
}