Jakob Unnebäck

Results 48 comments of Jakob Unnebäck

Hi! I'm not sure why you would unload the component and load it again why are you doing that? Is this reproducible in the advanced live demo? https://3djakob.github.io/react-tinder-card-demo/ In that...

Ok so if I have understood your problem correctly you want to: 1. Swipe cards 2. unmount component 3. go back to the stack without the already swiped cards Here...

This would be a very nice feature! In my app, I compress long videos and it is quite frustrating for the end-user not to know how much time it will...

Same issue here. It works but only if you fling it fast downwards not if you let it go in the closed position.

Adding `"postinstall": "electron-builder install-app-deps",` to my package JSON, running `npm install electron-builder --save-dev` and then finally running `npm run postinstall` solved this issue for me. Hope this is helpful!

I got the same problem! Any fix yet?

This has been fixed in https://github.com/3DJakob/react-tinder-card/pull/116 and released in 1.6.1 🎉 On elements that you want to be able to press simply add the className `pressable` and that will not...

Closing this as there has not been any activity for a long time after my proposed solution. Feel free to reopen in the future.

@chloeward00 @chocowhiskey @functioncall Can somebody clarify if this is the native module or the web module? I have tested running both [react-tinder-card-demo](https://github.com/3DJakob/react-tinder-card-demo) and [react-native-tinder-card-demo](https://github.com/3DJakob/react-native-tinder-card-demo) on an android device without any...