|
1 | 1 | { |
2 | 2 | "expo": { |
3 | 3 | "name": "matadors-rn-medica", |
4 | | - "slug": "matadors-rn-medica", |
| 4 | + "slug": "medical", |
5 | 5 | "scheme": "matadors-rn-medica", |
6 | 6 | "version": "1.0.0", |
7 | 7 | "orientation": "portrait", |
8 | 8 | "icon": "./assets/images/icon.png", |
9 | 9 | "splash": { |
10 | 10 | "image": "./assets/images/splash.png", |
11 | 11 | "resizeMode": "contain", |
12 | | - "backgroundColor": "white" |
| 12 | + "backgroundColor": "#000000" |
13 | 13 | }, |
14 | | - "assetBundlePatterns": ["**/*"], |
| 14 | + "assetBundlePatterns": [ |
| 15 | + "**/*" |
| 16 | + ], |
15 | 17 | "ios": { |
16 | 18 | "supportsTablet": true, |
17 | 19 | "infoPlist": { |
18 | 20 | "NSFaceIDUsageDescription": "This app uses Face ID and Touch ID for some features" |
19 | 21 | }, |
20 | | - "bundleIdentifier": "medical.app" |
| 22 | + "bundleIdentifier": "com.andela.medica" |
21 | 23 | }, |
22 | 24 | "android": { |
23 | 25 | "adaptiveIcon": { |
24 | 26 | "foregroundImage": "./assets/images/adaptive-icon.png", |
25 | | - "backgroundColor": "white" |
| 27 | + "backgroundColor": "#000000" |
26 | 28 | }, |
27 | | - "package": "medical.app", |
28 | | - "softwareKeyboardLayoutMode": "pan" |
| 29 | + "package": "com.andela.medica", |
| 30 | + "softwareKeyboardLayoutMode": "pan", |
| 31 | + "permissions": [ |
| 32 | + "android.permission.USE_BIOMETRIC", |
| 33 | + "android.permission.USE_FINGERPRINT", |
| 34 | + "android.permission.CAMERA", |
| 35 | + "android.permission.RECORD_AUDIO" |
| 36 | + ] |
29 | 37 | }, |
30 | 38 | "web": { |
31 | 39 | "bundler": "metro", |
32 | 40 | "output": "static", |
33 | 41 | "favicon": "./assets/images/favicon.png" |
34 | 42 | }, |
35 | 43 | "plugins": [ |
36 | | - "@react-native-google-signin/google-signin", |
37 | 44 | "expo-router", |
38 | 45 | [ |
39 | 46 | "expo-local-authentication", |
|
66 | 73 | "origin": false |
67 | 74 | }, |
68 | 75 | "eas": { |
69 | | - "projectId": "0e90de2a-1056-4ff2-a7c3-3d58fd05665c" |
| 76 | + "projectId": "3a17d659-91e3-4105-837b-5f88bdee8d37" |
70 | 77 | } |
71 | 78 | }, |
72 | 79 | "runtimeVersion": { |
73 | 80 | "policy": "appVersion" |
74 | 81 | }, |
75 | 82 | "updates": { |
76 | | - "url": "https://u.expo.dev/0e90de2a-1056-4ff2-a7c3-3d58fd05665c" |
77 | | - } |
| 83 | + "url": "https://u.expo.dev/3a17d659-91e3-4105-837b-5f88bdee8d37" |
| 84 | + }, |
| 85 | + "owner": "tuyishimerwanda" |
78 | 86 | } |
79 | 87 | } |
0 commit comments