-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathapp.json
More file actions
62 lines (62 loc) · 1.69 KB
/
Copy pathapp.json
File metadata and controls
62 lines (62 loc) · 1.69 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
{
"expo": {
"name": "eNuts",
"slug": "enuts",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/app-icon-all.png",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#5DB075"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.cypherbase.eNuts",
"entitlements": {
"com.apple.developer.nfc.readersession.formats": ["TAG"]
},
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/app-icon-android-adaptive-foreground.png",
"backgroundImage": "./assets/app-icon-android-adaptive-background.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"permissions": ["android.permission.CAMERA", "android.permission.NFC"],
"package": "com.cypherbase.eNuts"
},
"plugins": [
"expo-sqlite",
"expo-secure-store",
"expo-localization",
[
"expo-camera",
{
"cameraPermission": "Allow $(PRODUCT_NAME) to access your camera to scan QR codes",
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone for video recording",
"recordAudioAndroid": false
}
],
[
"react-native-nfc-manager",
{
"selectIdentifiers": ["D2760000850101", "D2760000850100"],
"includeNdefEntitlement": false
}
]
],
"extra": {
"eas": {
"projectId": "3cc1ef51-5bef-42a4-8b6b-a1bb802d46a4"
}
},
"owner": "egge"
}
}