create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
31 lines (30 loc) • 569 B
JSON
{
"expo": {
"name": "__NAME__",
"slug": "__NAME__",
"privacy": "public",
"entryPoint": "./build/index.js",
"platforms": [
"ios",
"android",
"web"
],
"version": "0.0.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
}
}
}