status-react/.re-natal

58 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-02-22 22:04:42 +00:00
{
"name": "StatusIm",
"interface": "reagent",
"platforms": {
"ios": {
"host": "localhost",
"modules": []
},
"android": {
"host": "10.0.2.2",
"modules": []
}
},
2016-02-22 22:04:42 +00:00
"modules": [
"realm",
"react-native-i18n",
"realm/react-native",
"dismissKeyboard",
2016-11-15 11:43:48 +00:00
"react-native-splash-screen",
"react-native-status",
"react-native-camera",
"react-native-qrcode",
"identicon.js",
"react-native-fs",
"react-native-dialogs",
"react-native-image-resizer",
"react-native-image-crop-picker",
2018-04-11 06:00:48 +00:00
"react-native-securerandom",
"react-native-webview-bridge",
"react-native-fcm",
"homoglyph-finder",
"web3",
"chance",
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",
2017-08-25 15:49:14 +00:00
"react-native-config",
"react-native-svg",
2018-04-11 06:00:48 +00:00
"react-native-keychain",
"rn-snoopy",
"rn-snoopy/stream/bars",
"rn-snoopy/stream/filter",
"rn-snoopy/stream/buffer",
"react-native/Libraries/vendor/emitter/EventEmitter",
"react-native-background-timer",
"react-native-fetch-polyfill",
"react-native-testfairy"
2016-02-22 22:04:42 +00:00
],
"imageDirs": [
"resources/images"
],
"envRoots": {
"dev": "env/dev",
"prod": "env/prod"
}
}