Technologies | Usage | Contributing | Structure | License
This boilerplate includes some plus main dependencies:
- expo
- expo-font
- react-navigation
- axios
- redux
- styled-components
- react-native-animatable
- eslint
- eslint-plugin-import-helpers
- babel-plugin-root-import
# Clone this repository
$ git clone https://github.com/Davigl/boilerplate-react-native.git
# Remove Readme Content and .gitkeep files
# Install dependencies
yarn install
# Start programming :)
- Fork it
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
src
├── assets
├── fonts
├── styles
├── images
├── components
├── containers
├── helpers
├── pages
├── redux
├── actions
├── reducers
├── store
├── routes
├── services
App.js
Copyright © 2020, Davi Guimarães.