You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add react-native-reanimated package to project and update readme with relevant information.
Changes made:
- Added react-native-reanimated package
- Added example for custom hook usage
- Updated readme
This commit follows the conventional commit format.
A highly customizable vertical slider component for React Native using React Native Gesture Handler and Reanimated. Support this project with a ★ on [**Github**](https://github.com/sacmii/rn-vertical-slider).
4
4
5
-
###### A vertical Slider for React Native written entirely in javascript. Support this project with a ★ on [**Github**](https://github.com/sacmii/rn-vertical-slider).
shadowProps define the shadow properties for slider (Indicator Component if shown)
80
-
Default Props :
82
+
You can try the [example app](https://github.com/sacmii/rn-vertical-slider/tree/master/example) by cloning this repo and running the following commands:
81
83
84
+
```sh
85
+
cd example
86
+
yarn install
87
+
npx expo start
82
88
```
83
-
{
84
-
shadowOffsetWidth = 0,
85
-
shadowOffsetHeight = 1,
86
-
shadowOpacity = 0.22,
87
-
shadowRadius = 2.22,
88
-
elevation = 3,
89
-
shadowColor = '#000',
90
-
}
91
-
```
92
-
93
-
-#### renderIndicator
94
-
95
-
renderIndicator is used when you want to use custom indicator for the slider. _ballIndicatorHeight_, _ballIndicatorWidth_ will define the height and width of the component.
-_[Gradient Slider](https://github.com/sacmii/rn-vertical-slider-gradient)_ Slider with linear gradient
104
-
-**Github** ★'s are more additcting than Coffee 🤩
105
-
106
-
## ☀️ License
107
-
108
-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
109
89
110
-
## 🚧 Contributing
90
+
## :handshake: Contributing
111
91
112
-
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
92
+
Contributions are welcome! Feel free to open an issue or submit a pull request if you find a bug or have a feature request. See the [contributing guide](https://github.com/sacmii/rn-vertical-slider/blob/master/CONTRIBUTING) to learn how to contribute to the repository and the development workflow.
113
93
114
-
## License
94
+
## :scroll:License
115
95
116
-
MIT
96
+
This project is licensed under the [MIT License](https://github.com/sacmii/rn-vertical-slider/blob/master/LICENSE).
0 commit comments