This project aims to put together the following technologies:
- React Native (as frontend)
- Meteor 1.4 (as backend)
- Redux (as state manager)
At the moment, this package is a playground for myself, a sandbox where to experiment new implementations and apply new patterns. So, please, always keep in mind this warning before using it seriously: THINGS CAN CHANGE ANYTIME!
This boilerplate is currently using following npm packages:
- navbar-native
- react-native-meteor
- react-native-router-flux
- react-native-side-menu
- react-native-device-info
- react-native-vector-icons
- react-redux
- redux-thunk (redux middleware)
- redux-form
- native-base (forked version and soon replaced)
In order to try this package, you must have React-Native CLI and Meteor installed in your system.
npm install -g react-native-cli
curl https://install.meteor.com/ | sh
After installed both frameworks, clone this repo, cd into it and run:
./start.sh
Don't you see vector icons correctly?
Please follow instructions on how to link them in your project.