mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
34 lines
671 B
JSON
34 lines
671 B
JSON
{
|
|
"expo": {
|
|
"name": "gl-react Expo cookbook",
|
|
"slug": "gl-react",
|
|
"privacy": "public",
|
|
"platforms": [
|
|
"ios",
|
|
"android",
|
|
"web"
|
|
],
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "me.greweb.glreact.cookbook"
|
|
},
|
|
"android": {
|
|
"package": "me.greweb.glreact.cookbook"
|
|
}
|
|
}
|
|
}
|