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
-
To setup react-native environment on your system follow this link – Setting up the development environment.
-
Clone the repository.
git clone https://github.com/parth-koshta/react_native_base.git
- Install dependencies
$ yarn install
$ cd ios
$ pod install
- Running the app
Instructions for running the app is a part of the article – Configuring Production & Staging Environment for React Native