Contains the following items all setup and ready to go:
- Sidebar/Hamburger Menu via https://github.com/Kureev/react-native-side-menu
- Navigator via https://facebook.github.io/react-native/docs/navigator.html
- Custom Navbar via https://github.com/Kureev/react-native-navbar
- TabBarIOS via https://facebook.github.io/react-native/docs/tabbarios.html#content
- Form Validation via https://github.com/gcanti/tcomb-form-native
- Data persistence via https://github.com/darkrishabh/react-native-db-models
- ListView via https://facebook.github.io/react-native/docs/listview.html
- Pull to Refresh via https://facebook.github.io/react-native/docs/refreshcontrol.html
- An example directory/file structure I've found useful for scaling apps
- Clone this project
- Run
npm install
from root directory - Open the /ios/StarterKit.xcodeproj file in Xcode
Love to hear any feedback or tips to improve - submit an issue or PR.