Skip to content

Commit

Permalink
Fix swipe animation stuck (#116)
Browse files Browse the repository at this point in the history
* Fix swipe animation stuck
* Bump version
  • Loading branch information
axinvd authored Aug 30, 2023
1 parent 413eb45 commit 5ed5c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Swiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const LABEL_TYPES = {
TOP: 'top',
BOTTOM: 'bottom'
}
const SWIPE_MULTIPLY_FACTOR = 4.5
const SWIPE_MULTIPLY_FACTOR = 7

const calculateCardIndexes = (firstCardIndex, cards) => {
firstCardIndex = firstCardIndex || 0
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": "react-native-deck-swiper",
"version": "2.0.15",
"version": "2.0.16",
"description": "Awesome tinder like card swiper for react-native. Highly Customizable!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5ed5c8a

Please sign in to comment.