react-native-template-raul-template
v1.0.5
Published
> Template for react native applications for a quick start
Downloads
7
Readme
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-template
Contributing
- 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