We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cbbda commit 7efa350Copy full SHA for 7efa350
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v2.2.1
2
+* Do not mark `sliderWidth` and `sliderHeight` as required
3
+* Add warnings when properties specific to carousel's orientation haven't been set
4
+
5
## v2.2.0
6
* Implement vertical mode (prop `vertical`)
7
* Make sure that current active item is properly updated when snapping
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-snap-carousel",
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "Swiper component for React Native with previews and snapping effect. Compatible with Android & iOS.",
"main": "index.js",
"repository": {
0 commit comments