react-native-rounded-progress-bar-ios
v1.0.20
Published
Animated round progress bar
Downloads
7
Maintainers
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.