-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
58 lines (58 loc) · 1.43 KB
/
app.json
File metadata and controls
58 lines (58 loc) · 1.43 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"expo": {
"name": "SpeederReader",
"slug": "speeder-reader",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#18100A"
},
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.speederreader.app",
"buildNumber": "1",
"infoPlist": {
"NSDocumentPickerUsageDescription": "SpeederReader needs access to your files to open books and documents for speed reading.",
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#18100A"
},
"package": "com.speederreader.app",
"versionCode": 1
},
"web": {
"bundler": "metro",
"favicon": "./assets/favicon.png",
"output": "single"
},
"plugins": [
[
"expo-document-picker",
{
"iCloudContainerEnvironment": "Production"
}
],
"expo-localization",
"expo-updates",
"expo-font"
],
"extra": {
"eas": {
"projectId": "03f7ffd1-fac6-43e7-b1fd-a08c5d173ecf"
}
},
"owner": "johnotto",
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/03f7ffd1-fac6-43e7-b1fd-a08c5d173ecf"
}
}
}