Skip to content

parth-koshta/react_native_base

Repository files navigation

react_native_base

This repo contains the code for my Medium articles

Configuring Production & Staging Environment for React Native
React Native — redux-toolkit, redux-persist & redux-logger setup
Adding light/dark mode splash screen in React Native

Setup

  1. To setup react-native environment on your system follow this link – Setting up the development environment.

  2. Clone the repository.

git clone https://github.com/parth-koshta/react_native_base.git
  1. Install dependencies
$ yarn install
$ cd ios
$ pod install
  1. Running the app
    Instructions for running the app is a part of the articleConfiguring Production & Staging Environment for React Native