status-react/.re-natal

50 lines
1.2 KiB
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",
2016-11-15 11:43:48 +00:00
"react-native-splash-screen",
"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",
"react-native-webview-bridge",
"react-native-drawer-layout",
"homoglyph-finder",
"web3",
"eccjs",
"chance",
2016-11-25 09:08:17 +00:00
"react-native-swiper",
2016-12-16 14:15:17 +00:00
"react-native-share",
2017-01-19 10:25:10 +00:00
"react-native-emoji-picker",
"react-native-autolink",
"instabug-reactnative"
2016-02-22 22:04:42 +00:00
],
"imageDirs": [
"images"
],
2017-01-25 11:43:15 +00:00
"iosHost": "localhost",
"envRoots": {
"dev": "env/dev",
"prod": "env/prod"
}
2017-01-25 11:43:15 +00:00
}