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