andy
andy
sorry to hear that - i haven't worked much with android. the snippet is the current implementation that i would like to fix one day
if you push a repro of your code i can take a look at the performance issues for android, no promises though
i haven't tested this, but the panhandler accepts a prop to be disabled so updating that with a timer might help in your case. i've noticed this issue occasionally as...
this is great -- thanks so much! i'll run a few tests and merge this if all is well 👍
my only issue with this is that its super sensitive to numberOfPages -- a quick swipe can move the index +/- ~15 pages. i wonder if theres a default coefficient...
hey - i would love to add this but it’s always broken existing functionality when i’ve tested it. i will take some time to try and add it if it’s...
thanks, i’ll keep it in mind. i’m quite familiar with rn-screens as well. i suspect some of the android issues will be addressed as they are supposedly moving more of...
looks like it was released today: https://blog.swmansion.com/introducing-reanimated-2-752b913af8b3 i'll be looking at improving this lib
you can add your own typings in the mean time by declaring the module: - create a `slider.d.ts` file at the top of your project - declare the module like...
hey there -- i would say that the repo is still immature so please take my answers with a grain of salt 1. a combination of slicing children to fake...