Open eyalyoli opened 4 years ago
I think this causes conflicts with the ability to stack because we are using useNative everywhere. @eyalyoli thoughts?
I'll check the stack option. I moved this to a newer version of the project check - https://github.com/swaplet/react-native-swipe-cards-deck
@RookTKO yes it is a problem, the fix is simply to replace top
with translateY
and left
with translateX
in lines 387, 391 when defining style
at renderStack()
. I fixed this in react-native-swipe-cards-deck.
Although it seems to me that stack mode had issues in the original meteor-factory/react-native-tinder-swipe-cards lib. Maybe you can help to fix these issues...
@eyalyoli yea I'll working on trying to resolve them. Seems that they work on ios but not android atm.
Configure Animted to useNativeDriver whenever possible to: