-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
31 lines (31 loc) · 806 Bytes
/
Copy pathapp.json
File metadata and controls
31 lines (31 loc) · 806 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
{
"expo": {
"name": "DataRecorder",
"slug": "DataRecorderApp",
"privacy": "public",
"sdkVersion": "35.0.0",
"platforms": ["ios", "android", "web"],
"githubUrl": "https://github.com/bilalcorbacioglu/DataRecorderApp",
"version": "0.0.1",
"orientation": "portrait",
"icon": "./src/assets/icon.png",
"splash": {
"image": "./src/assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#f1f1f1"
},
"updates": {
"fallbackToCacheTimeout": 4
},
"assetBundlePatterns": ["**/*"],
"android": {
"package": "com.ficonicsolutions.datarecorder",
"versionCode": 1
},
"ios": {
"bundleIdentifier": "com.ficonicsolutions.datarecorder",
"supportsTablet": true,
"buildNumber": "0.0.1"
}
}
}