-
Notifications
You must be signed in to change notification settings - Fork 73
/
app.json
25 lines (25 loc) · 809 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"expo": {
"entryPoint": "node_modules/expo/AppEntry.js",
"name": "Cine: The Movie Guide",
"slug": "cine-the-movie-guide",
"description": "Cine is your movie guide. The fastest and easiest way to find Movies, Actors and Series on your device. Know about ratings and reviews from The Movie Database (TMDb).",
"version": "1.0.0",
"privacy": "public",
"orientation": "portrait",
"icon": "./app/assets/images/icon.png",
"splash": {
"image": "./app/assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": false
},
"githubUrl": "https://github.com/murillo94/cine-the-guide-movie"
}
}