iconoir/examples/react-native/app.json
2023-10-29 15:44:16 +01:00

13 lines
251 B
JSON

{
"expo": {
"name": "Iconoir",
"slug": "react-native-expo",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "light",
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
}
}
}