Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.92 KB

File metadata and controls

41 lines (30 loc) · 1.92 KB


Logo react-native-ultimate-boilerplate

Logo React Native Logo TypeScript Logo Babel Logo Jest Logo Airbnb Logo Prettier

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

Common usage

yarn or npm install
yarn test
git commit -m "comment" //to run prettier + tslint-air-bnb
react-native <run-ios?android?>