-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (43 loc) · 913 Bytes
/
Copy pathapp.json
File metadata and controls
43 lines (43 loc) · 913 Bytes
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
{
"expo": {
"name": "TinyMD",
"slug": "tinymd",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./icon.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./icon.png",
"resizeMode": "contain",
"backgroundColor": "#faf9f5"
},
"assetBundlePatterns": [
"**/*"
],
"android": {
"versionCode": 6,
"package": "com.tinymd.app",
"adaptiveIcon": {
"foregroundImage": "./icon.png",
"backgroundColor": "#faf9f5"
},
"softwareKeyboardLayoutMode": "resize"
},
"plugins": [
[
"expo-build-properties",
{
"android": {
"minSdkVersion": 29,
"compileSdkVersion": 36,
"targetSdkVersion": 36,
"buildArchs": [
"arm64-v8a"
]
}
}
],
"expo-sharing"
]
}
}