status-react/.re-natal

15 lines
273 B
Plaintext
Raw Normal View History

2016-02-23 01:04:42 +03:00
{
"name": "Messenger",
"interface": "om-next",
2016-03-06 23:09:55 +01: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",
"realm"
2016-02-23 01:04:42 +03:00
],
"imageDirs": [
"images"
2016-03-06 23:09:55 +01:00
],
"iosHost": "localhost"
2016-02-23 01:04:42 +03:00
}