react-native-boilerplate
                                
                                 react-native-boilerplate copied to clipboard
                                
                                    react-native-boilerplate copied to clipboard
                            
                            
                            
                        Every single project I do the same, so I decided to keep it public [OUTDATED]
react-native-boilerplate
Every single project I do the same, so I decided to do it once and keep it available.
This repository is a react-native init app application with some libraries/tools already setup:
- react-native-config
- react-native-firebase
- react-native-localize
- react-native-navigation
- react-native-vector-icons
- redux
- enzyme
- prettier (as a ESLint extension)
- eslint
- flow
- travis-ci
Requirements
- React Native development environment
- NVM
- Bundler
- Brew
- For react-native-firebase you'll need a firebase app created and having GoogleService-Info.plistandgoogle-services.jsonunder the right folder.
Scripts
There're several useful scripts under package.json and scripts/ folder.
Further guidelines
If would like to see more examples on React Native best practices take a look at trading-card-manager repository, this is a open-source project of mine and a resourceful input for posts and talks I gave.