Building your own activity indicator with Animations API
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