Skip to content

numandev1/react-native-tiktok-progressbar

Repository files navigation

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

img

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT