Martin Umgeher
Martin Umgeher
Also when scrolling back from the first item, `currentSlide` becomes `-1`. For the time being, I fixed the issue with this snippet: ```js currentSlide = (currentSlide + NUMBER_OF_SLIDES) % NUMBER_OF_SLIDES...
@patricklewis thanks for the hint! I'm not working on that codebase anymore, so unfortunately I cannot give your suggestion a try -- but hopefully it will be helpful to others...
@milos381 had a similar problem with the seemingly transparent background, just using the demo code from the [docs](https://hossein-zare.github.io/react-native-dropdown-picker-website/docs/usage#single-item) with the BOTTOM direction. Turns out that it's not about colors, but...
Hey @eniok, thanks a lot for taking the time and testing this yourself! To emulate your test environment, I upgraded to macOS 13.0.1 and Xcode 14.1 and tried out your...
I also downgraded to 0.3.3, luckily we don't need the new features of 0.4.x yet. Any ETA when this issue could be resolved?