This repository contains a boilerplate of best practices at moment to start your project using React Native.
- Storybook for components
- Typescript for typings
- Babel to compile JS
- Jest for tests
- Prettier for code formatter
- TSLint and AirBnB-Rules for best practices
- Husky pre-commit hooks
yarn or npm install
yarn test
git commit -m "comment" //to run prettier + tslint-air-bnb
react-native <run-ios?android?>