Skip to content

aseemc/react-native-starter

Repository files navigation

react-native-starter

React native startup template to get you up and running quickly.

❗If you are a beginner, please refer to the official React Native setup guide.

iOS Android

Features ✨

  • Redux setup with redux-logger and redux-persist
  • Environment config setup
  • Debug, Stage and Release variants for both iOS and Android
  • Eslint & Prettier setup (If you use VSCode, install Eslint and Prettier extentions)

Usage ✍🏻

  • Click on Use this template to have your own repo created from this template.
  • Clone the repo on your local machine
  • Run
    • yarn
    • cd iOS && pod install
    • Add environment files: .env, .env.staging, .env.production
    • yarn ios or yarn android

Key Dependencies 🤘🏻

References 📚

Motivation

This project is inspired by this template.

About

React native boilerplate setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published