https://github.com/astrocoders/astroapp-rn-boilerplate
AstroApp, all backend React Native app boilerplate
https://github.com/astrocoders/astroapp-rn-boilerplate
meteor react-native redux
Last synced: about 1 month ago
JSON representation
AstroApp, all backend React Native app boilerplate
- Host: GitHub
- URL: https://github.com/astrocoders/astroapp-rn-boilerplate
- Owner: Astrocoders
- Created: 2016-09-03T01:07:05.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-06-22T14:30:02.000Z (almost 8 years ago)
- Last Synced: 2025-04-30T07:09:00.299Z (about 1 month ago)
- Topics: meteor, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 5.25 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AstroApp boilerplate
====================
A React Native boilerplate with batteries included.
It comes with:- [react-native-router-flux](https://github.com/aksonov/react-native-router-flux) for easy routing
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) so you can use lots of icons
- [react-native-spinkit](https://github.com/maxs15/react-native-spinkit) for awesome loading icons
- react-native-drawer for cool side menus
- [native-base](nativebase.io) components
- [redux](redux.js.org/) application state management# Usage
We strongly recommend you to not clone directly and use our CLI [astroman](https://github.com/Astrocoders/astroman) to help you build awesome apps. Check out `astroman`'s README for more.### Todo
- Make Meteor integration and user system patchable