-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
79 lines (79 loc) · 2.17 KB
/
Copy pathapp.json
File metadata and controls
79 lines (79 loc) · 2.17 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"expo": {
"name": "Switchify Remote",
"slug": "switchify-remote",
"version": "1.0.0",
"orientation": "default",
"icon": "./assets/images/switchify-remote-icon.png",
"scheme": "switchify-remote",
"userInterfaceStyle": "automatic",
"ios": {
"appleTeamId": "4N2QY254XW",
"bundleIdentifier": "com.enaboapps.switchify.remote",
"buildNumber": "19",
"icon": "./assets/images/switchify-remote-ios-icon.png",
"supportsTablet": true,
"config": {
"usesNonExemptEncryption": false
},
"infoPlist": {
"NSBluetoothAlwaysUsageDescription": "Allow Switchify Remote to find and connect to Switchify PC."
}
},
"android": {
"package": "com.enaboapps.switchify.remote",
"versionCode": 19,
"icon": "./assets/images/switchify-remote-android-legacy.png",
"adaptiveIcon": {
"backgroundColor": "#050505",
"foregroundImage": "./assets/images/switchify-remote-android-foreground.png",
"monochromeImage": "./assets/images/switchify-remote-android-monochrome.png"
},
"predictiveBackGestureEnabled": true
},
"web": {
"output": "static",
"favicon": "./assets/images/switchify-remote-favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"backgroundColor": "#050505",
"image": "./assets/images/switchify-remote-splash.png",
"imageWidth": 160,
"dark": {
"backgroundColor": "#050505"
}
}
],
[
"react-native-ble-plx",
{
"isBackgroundEnabled": false,
"neverForLocation": true,
"bluetoothAlwaysPermission": "Allow Switchify Remote to find and connect to Switchify PC."
}
],
"expo-secure-store",
"./plugins/withAndroidReleaseSigning",
[
"expo-build-properties",
{
"android": {
"minSdkVersion": 24
},
"ios": {
"deploymentTarget": "16.4"
}
}
],
"expo-sharing"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}