Apple's Health Rings Created Using React Native
Apple Health Rings – React Native
Description
Apple’s Health Rings Created Using React Native. More specifically
- react-native-svg
- react-native-reanimated
Progress screenshot when making this component
Description
Installation
What are the steps required to install your project? Provide a step-by-step description of how to get the development environment running.
-
Download the repo
-
Intall node-modules
npm install
or
yarn
Run the app
npm run start
or
yarn start