1.0.5 • Published 6 years ago
react-native-template-raul-template v1.0.5
React native template
Template for react native applications for a quick start
Includeds:
- React navigation
- Gesture handles
- Eslint with prettier
- React hooks
- Reactotron
- Root import
- Styled components
- axios
- Prop-types
Installation
OS X & Linux:
react-native init ProjectName --template raul-templateContributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request