30 lines
640 B
JSON
30 lines
640 B
JSON
{
|
|
"expo": {
|
|
"name": "Argon FREE React Native",
|
|
"slug": "argon-free-react-native",
|
|
"privacy": "public",
|
|
"platforms": [
|
|
"ios",
|
|
"android"
|
|
],
|
|
"version": "1.7.1",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "cover",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim"
|
|
}
|
|
}
|