Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 708 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 708 Bytes

LibraryApp

A sample library app built using react native and redux.

Sample1

Installation

Step 1: clone my repo & cd into project

Step 2: install node modules

npm install

Before run android build, setup Android Studio

Step 3: If Android

react-native run-android

Before running iOS build, Install Xcode

Step 4: If iOS

react-native run-ios

If you want to install app in the device, connect your device to the system with debugger mode on and run the above command, app will be installed automatically.