mirror of
https://github.com/uni-stack/uniwind.git
synced 2026-09-14 20:07:03 +08:00
6b498f2ada
* chore: update to expo 57 * chore: bump tailwind
36 lines
959 B
JSON
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"
|
|
}
|
|
}
|
|
}
|