react-native-rounded-progress-bar-ios

1.0.20 • Public • Published

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!

Package Sidebar

Install

npm i react-native-rounded-progress-bar-ios

Weekly Downloads

16

Version

1.0.20

License

MIT

Unpacked Size

3.72 MB

Total Files

17

Last publish

Collaborators

  • skantus