Zach Holmes
Zach Holmes
I do think this is a pretty serious issue with this package. An iOS 14 user will only be able to allow more photos the first time the image picker...
I am getting the NullPointerException as well. I'm only ever rendering one BlurView. It is positioned absolutely.
Same issue here.
Posting here since there is no Github page for react-native-gallery-swiper... Did any of you run across an issue where the swiper reverts back to index 0 after a couple seconds?...
> or you can use: > #152 Thank you for this
``` declare module 'react-native-static-server' { export default class StaticServer { constructor(port: number, path?: string) start: () => Promise stop: () => void isRunning: () => Promise } } ``` Here's...
Same issue when I added Kotlin to my project.
Hey @troZee! Thanks so much for the quick reply. I ran the example app and checked out `ScrollablePagerViewExample`. You're correct, this is the exact same UI that I have. However,...
@dcoulter45 I stopped using `ViewPager` and replaced it with `FlatList` with `pagingEnabled`. Works really well honestly and doesn't require an extra native library. And it definitely responds more naturally to...
Yeah you could definitely do `scrollToIndex` do manually change the page. And there is definitely also a prop that will help you determine which page(s) are currently visible