Jakob Unnebäck
Jakob Unnebäck
This fix has been implemented in https://github.com/3DJakob/react-tinder-card/pull/116 and released in 1.6.0 🎉
Version 1.6.0 completely changes the web version of this module so unfortunately, this code is not relevant anymore. However, I'm open to new PRs.
This is unfortunately a bit tricky problem to solve. The issue lies in the fact that if react would track all card positions live in states the animations would be...
While I could not reproduce this issue in the first place this should most definitely be fixed in https://github.com/3DJakob/react-tinder-card/pull/115.
I'm definitely open to start and stop. However move would probably effect performance quite a bit 🤔 If somebody wants to look into this I'm open for PRs just check...
> Would you be able to provide an example of how putting the className="pressable" on React Native? React Native uses styles also and some slightly different syntax functionality. Thanks! As...
I have merged the PR by @BestLeader and it will be in the next version!
Maybe you could use a state with the prevented directions and update it to include "down" when it should be prevented? I'm aware however that there might be a bug...
Are you building a react-native or react app? It looks like it's trying to import the react code in a native project 🤔 Please try to make a minimal reproducible...
This seams to be a bug when using Next JS specifically. Unfortunately, support for Next JS is not something I have had in mind when creating this module. If anyone...