Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 340 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 340 Bytes

radial-slider demo app

How to Run ?

Steps to run the demo app in ios and andorid

  1. Install dependencies
    • cd to the project directory (example)
      yarn
  2. Build and Run
    • Run iOS app
      yarn ios
    • Run Android app
      yarn android