mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
update app.json
This commit is contained in:
parent
c44fa0ca28
commit
872b5322eb
@ -1,5 +1,33 @@
|
||||
{
|
||||
"expo": {
|
||||
"sdkVersion": "27.0.0"
|
||||
"name": "gl-react-expo-cookbook",
|
||||
"privacy": "public",
|
||||
"description": "GL React Native Cookbook",
|
||||
"slug": "gl-react",
|
||||
"sdkVersion": "27.0.0",
|
||||
"version": "1.0.1",
|
||||
"orientation": "portrait",
|
||||
"primaryColor": "#cccccc",
|
||||
"icon":
|
||||
"https://cloud.githubusercontent.com/assets/211411/9813786/eacfcc24-5888-11e5-8f9b-5a907a2cbb21.png",
|
||||
"notification": {
|
||||
"icon":
|
||||
"https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon-blue-circle.png",
|
||||
"color": "#000000"
|
||||
},
|
||||
"loading": {
|
||||
"icon":
|
||||
"https://cloud.githubusercontent.com/assets/211411/9813786/eacfcc24-5888-11e5-8f9b-5a907a2cbb21.png",
|
||||
"hideExponentText": false
|
||||
},
|
||||
"packagerOpts": {
|
||||
"assetExts": ["ttf", "mp4"]
|
||||
},
|
||||
"android": {
|
||||
"package": "fr.greweb.glrcookbook"
|
||||
},
|
||||
"ios": {
|
||||
"bundleIdentifier": "fr.greweb.glrcookbook"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,5 +1,33 @@
|
||||
{
|
||||
"expo": {
|
||||
"sdkVersion": "27.0.0"
|
||||
"sdkVersion": "27.0.0",
|
||||
"name": "gl-react-camera-effects",
|
||||
"privacy": "public",
|
||||
"description": "GL React Camera Effects",
|
||||
"slug": "gl-react-camera-effects",
|
||||
"version": "1.0.1",
|
||||
"orientation": "portrait",
|
||||
"primaryColor": "#cccccc",
|
||||
"icon":
|
||||
"https://cloud.githubusercontent.com/assets/211411/9813786/eacfcc24-5888-11e5-8f9b-5a907a2cbb21.png",
|
||||
"notification": {
|
||||
"icon":
|
||||
"https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon-blue-circle.png",
|
||||
"color": "#000000"
|
||||
},
|
||||
"loading": {
|
||||
"icon":
|
||||
"https://cloud.githubusercontent.com/assets/211411/9813786/eacfcc24-5888-11e5-8f9b-5a907a2cbb21.png",
|
||||
"hideExponentText": false
|
||||
},
|
||||
"packagerOpts": {
|
||||
"assetExts": ["ttf", "mp4"]
|
||||
},
|
||||
"android": {
|
||||
"package": "fr.greweb.glreactcameraffects"
|
||||
},
|
||||
"ios": {
|
||||
"bundleIdentifier": "fr.greweb.glreactcameraffects"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user