parth-koshta / react_native_base

Repo for my medium articles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repo for my medium articles


Languages

Language:JavaScript 42.9%Language:Java 29.8%Language:Objective-C 20.4%Language:Ruby 4.1%Language:Starlark 2.7%