Skip to content

A bare minimal boilerplate for react native with bare necessities 🍲

Notifications You must be signed in to change notification settings

react-made-native-easy/boilerplate

Repository files navigation

YoApp

A minimalistic react native boilerplate with just the essentials. No useless dependencies.

Setup

  1. Install React-Native-Debugger brew update && brew cask install react-native-debugger.
  2. Install Yarn brew install yarn --without-node
  3. Install ESLint plugin in your IDE and enable Lint on save for best development experience.

Features

  • 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

Note: Use react-native-rename to rename your app.

About

A bare minimal boilerplate for react native with bare necessities 🍲

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published