katoikia-app/mobile-ui/app.json

30 lines
640 B
JSON
Raw Normal View History

2022-07-02 03:18:35 +00:00
{
"expo": {
2022-07-18 20:54:08 +00:00
"name": "Argon FREE React Native",
"slug": "argon-free-react-native",
"privacy": "public",
"platforms": [
"ios",
"android"
],
"version": "1.7.1",
2022-07-02 03:18:35 +00:00
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
2022-07-18 20:54:08 +00:00
"resizeMode": "cover",
2022-07-02 03:18:35 +00:00
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
2022-07-18 20:54:08 +00:00
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim"
2022-07-02 03:18:35 +00:00
}
}