Skip to content

doriclaudino/react-native-ultimate-boilerplate

Repository files navigation


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?>