Skip to content

React Native + Redux + Redux-saga boiler plate code

Notifications You must be signed in to change notification settings

shrutikaponde/BoilerPlate

Repository files navigation

Boilerplate for react-native

React Native React Navigation V3

All you need to start your React Native application. This project is configured with redux, redux saga and redux persist. Latest version of react-navigation with NavigationService.

Directory layout

Getting Started

  1. Clone this repo, git clone https://github.com/shrutikaponde/BoilerPlate.git <your project name>
  2. Go to project's root directory, cd <your project name>
  3. Remove .git folder, rm -rf .git
  4. Open package.json and change the name property with your project name
  5. Open index.js and replace 'BoilerPlate' by your project name
  6. Open app.json and replace 'BoilerPlate' by your project name
  7. Run yarn or npm install to install dependencies
  8. Connect a mobile device to your development machine
  9. Run the test application:
  • On Android:
    • Run react-native run-android
  • On iOS:
    • Open ios/YourReactProject.xcodeproj in Xcode
    • Hit Run after selecting the desired device
  1. Start coding !!!!

Features

Prerequisites

Referrrence

Contributing

Open for PRs