iconoir/examples/react-native/app.json
2024-12-18 00:38:33 +01:00

21 lines
396 B
JSON

{
"expo": {
"name": "Iconoir",
"slug": "example-react-native",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#ffffff"
}
}
}
}