1.0.4 • Published 2 years ago

circular-draggable-progress-bar v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago