Files

31 lines
707 B
JSON
Raw Permalink Normal View History

2022-07-28 10:24:28 +02:00
{
"expo": {
"name": "RNTL Example Basic",
"slug": "rntl-example-basic",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
2026-04-13 20:17:20 +02:00
"newArchEnabled": true,
2022-07-28 10:24:28 +02:00
"splash": {
2026-04-13 20:17:20 +02:00
"image": "./assets/splash-icon.png",
2022-07-28 10:24:28 +02:00
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
2026-04-13 20:17:20 +02:00
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
2022-07-28 10:24:28 +02:00
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}