2016-02-22 22:04:42 +00:00
|
|
|
{
|
2016-05-19 16:32:38 +00:00
|
|
|
"name": "StatusIm",
|
2016-04-04 16:21:10 +00:00
|
|
|
"interface": "reagent",
|
2016-05-19 16:54:39 +00:00
|
|
|
"androidHost": "localhost",
|
2016-02-22 22:04:42 +00:00
|
|
|
"modules": [
|
2016-02-26 09:22:25 +00:00
|
|
|
"react-native-contacts",
|
2016-03-03 21:20:37 +00:00
|
|
|
"react-native-invertible-scroll-view",
|
2016-03-11 16:04:12 +00:00
|
|
|
"awesome-phonenumber",
|
2016-03-18 12:28:49 +00:00
|
|
|
"realm",
|
2016-03-21 10:53:21 +00:00
|
|
|
"react-native-loading-spinner-overlay",
|
2016-04-04 16:21:10 +00:00
|
|
|
"react-native-i18n",
|
|
|
|
"realm/react-native",
|
|
|
|
"react-native-action-button",
|
|
|
|
"react-native-vector-icons/Ionicons",
|
|
|
|
"react-native-circle-checkbox",
|
2016-04-19 08:07:07 +00:00
|
|
|
"react-native-randombytes",
|
2016-05-18 14:40:26 +00:00
|
|
|
"dismissKeyboard",
|
|
|
|
"react-native-android-sms-listener"
|
2016-02-22 22:04:42 +00:00
|
|
|
],
|
|
|
|
"imageDirs": [
|
|
|
|
"images"
|
2016-04-22 16:03:56 +00:00
|
|
|
],
|
2016-04-24 08:07:08 +00:00
|
|
|
"iosHost": "localhost",
|
|
|
|
"envRoots": {
|
|
|
|
"dev": "env/dev",
|
|
|
|
"prod": "env/prod"
|
|
|
|
}
|
2016-02-22 22:04:42 +00:00
|
|
|
}
|