expo-template-basic
Version:
The Base project template includes the minimum dependencies to run and an empty root component.
41 lines (40 loc) • 978 B
JSON
{
"expo": {
"name": "Expo Boilerplate",
"slug": "extboilerplate",
"privacy": "public",
"platforms": [
"ios",
"android",
"web"
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./src/assets/icon.png",
"splash": {
"image": "./src/assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#62dafc"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"buildNumber": "1",
"supportsTablet": false
},
"android": {
"versionCode": 1,
"permissions": [],
"adaptiveIcon": {
"foregroundImage": "./src/assets/ic_launcher_foreground.png",
"backgroundImage": "./src/assets/ic_launcher_background.png",
"backgroundColor": "#62dafc"
}
},
"description": "The Base project template includes the minimum dependencies to run and an empty root component."
}
}