react-native-looped-carousel
react-native-looped-carousel copied to clipboard
Enable multitouch events for children
I'd guess a pretty common use case for carousel is something like the native iOS photo gallery. A carousel with zoomable images.
I understand that zooming might be out of scope of this project, but it would be nice to be able to put some zoomable images from a 3rd party library into carousel views. E.g. react-native-photo-view.
The problem is, that the Carousel catches majority of multitouch events happening over it and they don't propagate to the PhotoView under it.
Would it be feasible to make it possible for the children to be able to listen to gesture events without glitches?