-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappDev.json
96 lines (96 loc) · 2.66 KB
/
appDev.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"expo": {
"name": "LoopayDev",
"slug": "LoopayDev",
"version": "1.0.8",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#cccccc"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"infoPlist": {
"NSFaceIDUsageDescription": "LoopayDev uses Face ID to validate your identity",
"NSCameraUsageDescription": "$(PRODUCT_NAME) needs access to your camera to complete your facial verification"
},
"bundleIdentifier": "com.loopaydev",
"buildNumber": "11",
"icon": "./assets/ios-icon.png"
},
"android": {
"package": "com.loopaydev",
"versionCode": 11,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
},
"permissions": [
"android.permission.USE_BIOMETRIC",
"android.permission.USE_FINGERPRINT",
"android.permission.RECORD_AUDIO",
"android.permission.CAMERA"
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
[
"expo-local-authentication",
{
"faceIDPermission": "Allow $(PRODUCT_NAME) to use Face ID to validate your identity"
}
],
[
"expo-image-picker",
{
"photosPermission": "Loopay access your photos to set your profile picture",
"cameraPermission": "Loopay will use your camera to set your profile picture"
}
],
[
"expo-build-properties",
{
"ios": {
"newArchEnabled": true
},
"android": {
"newArchEnabled": true
}
}
],
"expo-font",
[
"react-native-vision-camera",
{
"cameraPermissionText": "$(PRODUCT_NAME) needs access to your camera to complete your facial verification",
"enableMicrophonePermission": true,
"microphonePermissionText": "$(PRODUCT_NAME) needs access to your Microphone."
}
],
[
"expo-camera",
{
"cameraPermission": "Allow $(PRODUCT_NAME) to access your camera",
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone",
"recordAudioAndroid": true
}
]
],
"extra": {
"eas": {
"projectId": "055518e9-09c1-4eb9-99b2-42d79d874996"
}
},
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/055518e9-09c1-4eb9-99b2-42d79d874996"
},
"owner": "jraph_14"
}
}