react-native-rounded-progress-bar-ios

Animated round progress bar

Usage no npm install needed!

<script type="module">
  import reactNativeRoundedProgressBarIos from 'https://cdn.skypack.dev/react-native-rounded-progress-bar-ios';
</script>

README

react-native-rounded-progress-bar-ios

Installation

  • $ yarn add react-native-rounded-progress-bar-ios
  • cd ios/ && pod install

Usage

import RoundedProgressBar from "react-native-rounded-progress-bar-ios";

<RoundedProgressBar
  percent={99.9}
  borderWidth={4}
  size={40}
  color="#F02D00"
  bgColor="#DF8BD1"
>
  <Text>Loading...</Text>
</RoundedProgressBar>;

Note:

Only available for iOS.

Happy coding!