circular-draggable-progress-bar

npm install react-native-svg yarn add react-native-svg

Usage no npm install needed!

<script type="module">
  import circularDraggableProgressBar from 'https://cdn.skypack.dev/circular-draggable-progress-bar';
</script>

README

circular-draggable-progress-bar

Installation

Dependencies

npm install react-native-svg
yarn add react-native-svg

npm

npm install circular-draggable-progress-bar

yarn

yarn add circular-draggable-progress-bar

alt text

Usage

import { CircularDraggableProgressBar } from 'circular-draggable-progress-bar'
import React from 'react'
import { View } from 'react-native'

const App = () => {
  return (
    <View style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}>
      <CircularDraggableProgressBar />
    </View>
  )
}

export default App

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT