@v3ron/react-native-circular-slider
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

license Version

@v3ron/react-native-circular-slider

This is a fork of react-native-circular-slider by Bartosz Gryszko meant to improve the original library.

Feel free to suggest more changes in the issues section of the repository.

Usage

  1. Install the package and its peer dependency:
yarn add @v3ron/react-native-circular-slider react-native-svg
  1. Import the component:
import { CircularSlider} from '@v3ron/react-native-circular-slider';
  1. Render the component:
<CircularSlider
  startAngle={startAngle}
  angleLength={angleLength}
  onUpdate={({ startAngle, angleLength }) => setState({ startAngle, angleLength })}
/>

Author

Original author: Bartosz Gryszko (b@gryszko.com)
Forked and maintained by: Szymon Chmal (szymon@chmal.it)

License

MIT

Package Sidebar

Install

npm i @v3ron/react-native-circular-slider

Weekly Downloads

65

Version

2.0.0

License

MIT

Unpacked Size

26 kB

Total Files

11

Last publish

Collaborators

  • aitwar