status-react/.re-natal

15 lines
273 B
Plaintext
Raw Normal View History

2016-02-22 22:04:42 +00:00
{
"name": "Messenger",
"interface": "om-next",
2016-03-06 22:09:55 +00:00
"androidHost": "localhost",
2016-02-22 22:04:42 +00:00
"modules": [
2016-02-26 09:22:25 +00:00
"react-native-contacts",
2016-03-03 21:20:37 +00:00
"react-native-invertible-scroll-view",
2016-03-11 16:04:12 +00:00
"awesome-phonenumber",
"realm"
2016-02-22 22:04:42 +00:00
],
"imageDirs": [
"images"
2016-03-06 22:09:55 +00:00
],
"iosHost": "localhost"
2016-02-22 22:04:42 +00:00
}