mirror of
https://github.com/gre/gl-react.git
synced 2025-12-08 21:35:55 +00:00
30 lines
561 B
JSON
30 lines
561 B
JSON
{
|
|
"expo": {
|
|
"name": "gl-react camera effects",
|
|
"slug": "gl-react-camera-effects",
|
|
"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
|
|
}
|
|
}
|
|
}
|