-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
30 lines (30 loc) · 1.14 KB
/
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
26
27
28
29
30
{
"expo": {
"name": "Mesan Digital News App",
"slug": "mesan-digital-news-app",
"privacy": "public",
"sdkVersion": "35.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.0.7",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false
},
"description": "A News App with Search functionality for iOS and Android devices using https://newsapi.org/ API as data source. The app consists of a Dashboard and Search screen. Articles on the dashboard are grouped by categories in a panel with the option to view more articles for that specific category. Articles in a panel can displayed in either a vertical or horizontal direction. Each article will have an image, title, source and published date. The position of the image can either be at the top, left or right. Tutorial available on my Medium page: https://medium.com/@mosesesan"
}
}