mirror of
https://github.com/iconoir-icons/iconoir
synced 2026-03-14 22:15:43 +01:00
21 lines
396 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|