status-react/.re-natal

57 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-02-22 22:04:42 +00:00
{
"name": "StatusIm",
"interface": "reagent",
2017-08-09 15:30:08 +00:00
"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-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-popup-menu",
"react-native-sortable-listview",
"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",
2017-01-19 10:25:10 +00:00
"react-native-emoji-picker",
"react-native-autolink",
2017-01-26 07:16:07 +00:00
"instabug-reactnative",
2017-02-02 06:07:44 +00:00
"nfc-react-native",
2017-06-28 19:36:24 +00:00
"react-native-http-bridge",
2017-07-10 10:29:58 +00:00
"emojilib",
"react-native-mapbox-gl",
2017-08-09 15:30:08 +00:00
"bignumber.js",
2017-08-25 15:49:14 +00:00
"react-native-config",
"react-native-svg"
2016-02-22 22:04:42 +00:00
],
"imageDirs": [
"resources/images"
],
"iosHost": "localhost",
"envRoots": {
"dev": "env/dev",
"prod": "env/prod"
}
2017-01-25 11:43:15 +00:00
}