Assemblies is an open-source mobile app built with React Native which developers can use to connect through 'assemblies' in their area.
The app is the basis for a tutorial on React Native at www.buildreactnative.com though the actual app will contain features not covered in the tutorial.
Screenshots
Contributing
Currently, the app has room for a lot of improvements. We would like to add comprehensive testing, a Flux architecture (preferably Redux), and some more nuanced database querying. Feel free to post feature requests and bugs in the issues section. Pull requests are welcome but should be clear and easy-to-follow.
Running locally
Here are the steps to running the app locally on your machine.
Make sure you're running, at least, node version 4.0.0 - you can check your node version by running node -v in your terminal