Bogdan Pop

Results 91 comments of Bogdan Pop

@jashan69 have you tried running the example app? Does that work or not?

> @webraptor it works in App.js but when I try to run in some screen it doesn't If you can somehow provide a reproducible scenario might be able to help...

> > > @webraptor it works in App.js but when I try to run in some screen it doesn't > > > > > > If you can somehow provide...

The package is published from the https://github.com/webraptor/react-native-deck-swiper fork, so if you want the PR to be merged and released please open PR against that one.

@kerron the package is maintained from https://github.com/webraptor/react-native-deck-swiper for about an year now. Please open issues against that one. PRs welcomed

I cannot replicate this on latest 1.5.22. Tried the following App.js code: ``` onSwiped = (type) => { console.log(`on swiped ${type}`); } render() { return ( { this.swiper = swiper...

Ran your code within the Example app. All good. There must be something else that's not integrating well with the Swiper on your end and that's triggering some performance issues.

version 2.0.7 should work with latest RN / react combos.

Fixing this issue is [now a priority](https://github.com/alexbrillant/react-native-deck-swiper/pull/311#issuecomment-665466586).

> @webraptor - assuming you are fixing in your fork? Yes, if there won't be any PRs opened for it, I will try to fix the issue asap.