-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
23 lines (23 loc) · 983 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
{
"expo": {
"name": "Quarantine Pro",
"slug": "quarantinepro",
"platforms": ["ios", "android", "web"],
"version": "1.0.4",
"orientation": "portrait",
"icon": "./assets/houseicon.png",
"splash": {
"image": "./assets/customsplash.png",
"resizeMode": "cover",
"backgroundColor": "#ffbd12"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
"description": "The app is all about how long you have been quarantining. As a user, you input the date when you started isolating and the app is going to display a fun message to tell you how far you have come in the quarantine “game”. This app is built wih the awesome team Jscrambler for a new React Native and Expo blog post. This app uses various Expo modules such fonts (useFonts hook), expo-web-browser and other modules like date-time-picker-modal, momentjs and custom font."
}
}