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!

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.200latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.200
1.0.190
1.0.170
1.0.160
1.0.150
1.0.140
1.0.120
1.0.110
1.0.100
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

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

Weekly Downloads

0

Version

1.0.20

License

MIT

Unpacked Size

3.72 MB

Total Files

17

Last publish

Collaborators

  • skantus