-
Notifications
You must be signed in to change notification settings - Fork 20
/
.re-natal
47 lines (47 loc) · 1.18 KB
/
.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
41
42
43
44
45
46
47
{
"name": "Lymchat",
"interface": "reagent6",
"androidHost": "localhost",
"iosHost": "192.168.1.114",
"envRoots": {
"dev": "env/dev",
"prod": "env/prod"
},
"modules": [
"SwipeableListView",
"SwipeableQuickActions",
"SwipeableQuickActionButton",
"react-native-fbsdk",
"react-native-webrtc",
"apsl-react-native-button",
"react-native-vector-icons/FontAwesome",
"react-native-vector-icons/MaterialIcons",
"react-native-linear-gradient",
"realm",
"realm/react-native",
"moment",
"react-native-image-picker",
"react-native-image-resizer",
"react-native-aws3",
"react-native-push-notification",
"react-native-google-signin",
"react-native-modalbox",
"react-native-code-push",
"react-native-fs",
"react-native-parsed-text",
"react-native-app-intro",
"react-native-incall-manager",
"react-native-gifted-chat",
"react-native-wechat",
"react-native-device-info",
"react-native-image-progress",
"react-native-progress",
"react-native-drawer",
"react-native-action-button",
"react-native-dialogs",
"react-native-material-kit"
],
"imageDirs": [
"images"
]
}