-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
54 lines (54 loc) · 1.32 KB
/
Copy pathapp.json
File metadata and controls
54 lines (54 loc) · 1.32 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
{
"expo": {
"name": "ReMind",
"slug": "remind",
"version": "1.0.2",
"orientation": "portrait",
"icon": "./assets/remind-app-icon.png",
"userInterfaceStyle": "light",
"scheme": "remind",
"backgroundColor": "#F6F4ED",
"ios": {
"supportsTablet": false,
"icon": "./assets/remind-app-icon.png",
"bundleIdentifier": "app.remind.notes"
},
"android": {
"package": "app.remind.notes",
"adaptiveIcon": {
"backgroundColor": "#F6F4ED",
"foregroundImage": "./assets/remind-android-foreground.png"
},
"predictiveBackGestureEnabled": false
},
"web": {
"favicon": "./assets/remind-favicon.png"
},
"plugins": [
"expo-sqlite",
"expo-secure-store",
[
"expo-image-picker",
{
"photosPermission": "允许 ReMind 读取你选择的照片,用来保存图片记录。",
"cameraPermission": "允许 ReMind 使用相机,用来拍下图片记录。",
"microphonePermission": false
}
],
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
],
"expo-font"
],
"extra": {
"eas": {
"projectId": "168091dd-00bc-4ece-932b-22630a05c40d"
}
}
}
}