react-native-tiktok-progressbar
react native progressbar like tiktok
Installation
npm install react-native-tiktok-progressbar
Usage
import TiktokProgressbar from 'react-native-tiktok-progressbar';
// ...
<TiktokProgressbar
paddingHorizontal={15}
duration={1000}
height={1}
color="blue"
isLoading={true}
/>;
Demo
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT