Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 429 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 429 Bytes

rn-widgets

Setup

Following are the steps needed to setup for local development.

  • Clone repo
git clone https://github.com/sadia-onyxtec/rn-widgets.git
  • Navigate to directory
cd rn-widgets
  • install node modules
npm install
  • to run the RN server
npx react-native start
  • to run the app for iOS
npx react-native run-ios
  • to run the app for android
npx react-native run-android