Skip to content

Commit c113439

Browse files
author
bd-arc
committed
chore(package): bump to 3.8.4 and update changelog
1 parent e129aa3 commit c113439

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v3.8.4
2+
3+
* Remove TypeScript definitions since they were causing issues (thanks [@radko93](https://github.com/radko93))
4+
* If you're using Typescript you should install the type definitions this way: `npm install --save @types/react-native-snap-carousel`
5+
16
## v3.8.3
27

38
* Seems like it's time to remove the `getItemLayout` & `initialScrollIndex` override to properly display the first item when its index is a huge number (thanks [@rontalx](https://github.com/rontalx))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-snap-carousel",
3-
"version": "3.8.3",
3+
"version": "3.8.4",
44
"description": "Swiper/carousel component for React Native with previews, multiple layouts, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.",
55
"main": "src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)