/react-native-app-template

An opinionated template for a React-Native app

Primary LanguageJavaScript

react-native-app-template

This project is an opinionated base template for react-native applications, and it's configured for working on a Mac. It includes most of the infrastructure needed for a working app, including:

Developing tools
Logging tools
Build tools
Other

IDE

We use VSCode as our IDE. While we use a decent range of extensions, the following are considered required for working with this repository:

  • ESLint
  • Prettier - Code formatter
  • vscode-flow-ide

If you're using a different IDE you'll need to configure your own extensions to replace the mentioned above.

Getting started

After cloning the project you need to install react-native-debugger with Homebrew Cask cask by running:

$ brew update && brew cask install react-native-debugger

Install all dependencies by running:

npm i

Install flow library definitions using flow-typed:

flow-typed install