A minimalistic react native boilerplate with just the essentials. No useless dependencies.
- Install React-Native-Debugger
brew update && brew cask install react-native-debugger
. - Install Yarn
brew install yarn --without-node
- Install ESLint plugin in your IDE and enable Lint on save for best development experience.
- Deeply integrated ESLint. From indentation to taking care of best coding practices.
- Enzyme for testing stateful components and container components.
- Automated Prepush hooks for making sure Lint and test cases pass before the code is pushed.
- Integrated React-Native-Debugger