-
Notifications
You must be signed in to change notification settings - Fork 0
/
.re-natal
40 lines (40 loc) · 862 Bytes
/
.re-natal
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
{
"name": "SimpleExperiments",
"interface": "reagent6",
"envRoots": {
"dev": "env/dev",
"prod": "env/prod"
},
"modules": [
"react-native-vector-icons/MaterialCommunityIcons",
"react-native-vector-icons/MaterialIcons",
"react-native",
"react-native-camera",
"react-native-qrcode-scanner",
"./images/logo_with_type_regular.png",
"./images/scan_illustration.png",
"./images/overdue_empty.png",
"./images/location.png",
"./images/patient_id_card_white.png",
"./images/patient_id_card_gray.png",
"react-native-xml2js"
],
"imageDirs": [
"images"
],
"platforms": {
"ios": {
"host": "localhost",
"modules": [
"react-native"
]
},
"android": {
"host": "localhost",
"modules": [
"react-native"
]
}
},
"autoRequire": false
}