An open API service indexing awesome lists of open source software.

https://github.com/benox3/react-native-socket

A universal react-native boilerplate for working with sockets.
https://github.com/benox3/react-native-socket

boilerplate react-native sockets

Last synced: 2 months ago
JSON representation

A universal react-native boilerplate for working with sockets.

Awesome Lists containing this project

README

          

## react-native-socket

A universal react-native boilerplate for working with sockets.

#### Usage:
- Enter a mongodb url into the `database_host` field in `/src/config/secrets.json`

```
$ touch src/config/secrets.json
$ echo '{"database_host": "*hostnamehere*}' >> src/config/secrets.json
```
- Run gulp
```
$ gulp
```