rn-circular-linear-progress
npm install rn-circular-linear-progress| IOS | Android |
| -------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| !IOS-ezgif com-video-to-gif-converter | !ANDROID-ezgif com-video-to-gif-converter |
``sh`
npm install rn-circular-linear-progress
or
yarn add rn-circular-linear-progress
`js
import CircleLinearProgress from 'rn-circular-linear-progress';
export default function App() {
return (
);
}
`
`js
import { Text } from 'react-native';
import CircleLinearProgress from 'rn-circular-linear-progress';
export default function App() {
return (
);
}
``
| Props | Type | Required | Note |
| ------------------- | --------- | -------- | ---------------------- |
| percent | number | | 1-100 |
| children | ReactNode | | |
| labelStyle | TextStyle | | Style of default label |
| duration | number | | Duration for animation |
| colors | string[] | | |
| size | number | | Width of circle |
| strokeWidth | number | | |
| bgColorContent | string | | |
| childContainerStyle | ViewStyle | | |
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library