Skip to content

Commit

Permalink
update type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi Pirtskhalaishvili committed Sep 1, 2023
1 parent 9e063fb commit 9ab28f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ declare module 'rn-gesture-swipeable-flatlist' {
renderLeftActions?: (item: T) => React.ReactNode;
renderRightActions?: (item: T) => React.ReactNode;
swipeableProps?: SwipeableProps;
enableOpenMultipleRows?:boolean
}

export default function SwipeableFlatList<T>(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-gesture-swipeable-flatlist",
"version": "1.1.12",
"version": "1.1.13",
"description": "swipeable flatlist for react-native",
"main": "./src/SwipeableFlatList.tsx",
"scripts": {
Expand Down

0 comments on commit 9ab28f3

Please sign in to comment.