-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
60 lines (60 loc) · 2.81 KB
/
app.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
{
"expo": {
"name": "expoTemplate",
"slug": "expoTemplate",
"version": "1.0.0",
"orientation": "default",
"icon": "./xSetup/assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./xSetup/assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 10000,
// "url": "https://u.expo.dev/f4b56fb1-b6cc-4fb3-aeb8-2443be51c4dc"
},
"assetBundlePatterns": ["**/*"],
"ios": {
// "supportsTablet": true,
// "requireFullScreen": true,
"supportsTablet": true
// "bundleIdentifier": "com.ahmadalanazi.bettagaexpo"
// "infoPlist": {
// "NSLocationWhenInUseUsageDescription": "Bettaga uses the location to allow you to setup your store locations.",
// "NSUserTrackingUsageDescription": "Bettaga will use tracking for analytics and App improvement purposes only. Data and tracking are not linked by user.",
// "NSPhotoLibraryUsageDescription": "Bettaga accesses your photos to let you upload your brand logo to customize your digital card.",
// "NSCalendarsUsageDescription": "This permission is not needed by the app, but it is required by an underlying API. If you see this dialog, contact us.",
// "NSCameraUsageDescription": "Bettaga needs an access to your camera to allow you to SCAN Barcodes from your customer's Wallet passes. Allow if you like to SCAN Customers / Members Passes.",
// "NSContactsUsageDescription": "This permission is not needed by the app, but it is required by an underlying API. If you see this dialog, contact us.",
// "NSMicrophoneUsageDescription": "This permission is not needed by the app, but it is required by an underlying API. If you see this dialog, contact us.",
// "NSMotionUsageDescription": "This permission is not needed by the app, but it is required by an underlying API. If you see this dialog, contact us.",
// "NSPhotoLibraryAddUsageDescription": "This permission is not needed by the app, but it is required by an underlying API. If you see this dialog, contact us.",
// "NSRemindersUsageDescription": "Bettaga accesses your photos to let you upload your brand logo to customize your digital card."
// }
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./xSetup/assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"bundler": "metro",
// "output": "static",
"favicon": "./xSetup/assets/images/favicon.png"
},
"plugins": [
"expo-router",
"expo-localization",
"expo-build-properties",
"expo-tracking-transparency"
],
"experiments": {
"typedRoutes": true,
"tsconfigPaths": true
}
}
}