An arc shaped progress indicator component that visually communicates user's progress within a customizable range using beautiful gradients. The progress is displayed between the provided minimum and maximum values.
You can choose either one of the following steps:
- Install volta and it will automatically start using the appropriate node and pnpm version for you
-
Clone / Download this repo.
-
Inside the project open a terminal and run:
pnpm installThis will install all the project dependencies.
-
To start the development server run:
pnpm start
-
Install the Expo Go app on your iOS or Android phone and connect to the same wireless network as your computer.
- On Android, use the Expo Go app to scan the QR code from your terminal to open your project.
- On iOS, use the built-in QR code scanner of the default iOS Camera app.
OR
-
If you want to run the same on a simulator or virtual device, you can setup the same using the steps mentioned in the react native docs.
-
For iOS run
pnpm run iosto start the iOS simulator and for Android runpnpm run androidto start the Android simulator
