Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 472 Bytes

File metadata and controls

32 lines (22 loc) · 472 Bytes

react-native-custom-activity-indicator

Building your own activity indicator with Animations API

How to run the project?

Clone the repo

git clone https://github.com/codezri/react-native-custom-activity-indicator.git
cd react-native-custom-activity-indicator

Install dependencies

npm install
# --- or ---
yarn install

Run the app

npx react-native run-android
# --- or ---
npx react-native run-ios

License

MIT