status-react/.re-natal

38 lines
931 B
Plaintext
Raw Normal View History

2016-02-22 22:04:42 +00:00
{
"name": "StatusIm",
"interface": "reagent",
"androidHost": "localhost",
2016-02-22 22:04:42 +00:00
"modules": [
"react-native-contacts",
"react-native-invertible-scroll-view",
"awesome-phonenumber",
"realm",
"react-native-i18n",
"realm/react-native",
"react-native-action-button",
"react-native-vector-icons/Ionicons",
"react-native-vector-icons/Octicons",
"react-native-circle-checkbox",
"react-native-randombytes",
"dismissKeyboard",
"react-native-linear-gradient",
"react-native-android-sms-listener",
"react-native-status",
"react-native-camera",
"react-native-qrcode",
"react-native-orientation",
"identicon.js",
"react-native-fs",
"react-native-dialogs",
"react-native-image-resizer",
"react-native-image-crop-picker"
2016-02-22 22:04:42 +00:00
],
"imageDirs": [
"images"
],
"iosHost": "localhost",
"envRoots": {
"dev": "env/dev",
"prod": "env/prod"
}
2016-02-22 22:04:42 +00:00
}