https://github.com/profusion/react-native-slider-selector
https://github.com/profusion/react-native-slider-selector
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/profusion/react-native-slider-selector
- Owner: profusion
- License: mit
- Created: 2022-11-17T19:07:24.000Z (over 3 years ago)
- Default Branch: feat/v1.0.0
- Last Pushed: 2022-11-21T14:21:45.000Z (over 3 years ago)
- Last Synced: 2025-01-01T11:42:21.932Z (over 1 year ago)
- Language: Java
- Size: 36.7 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-slider-selector
## Installation
```sh
npm install react-native-slider-selector
```
## Usage
```js
import { SliderSelectorView } from "react-native-slider-selector";
// ...
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)