I recently used this gallery to replicate the Facebook image gallery. I was able to get it 99% of the way, only gap I saw was missing an onPanEnd() event. In my case I was hiding UI around the gallery when panning starts and want to show it again when panning stops. If the event returned translationY it could also let people define their own close distance or that could be another config.
Overall though great job! It's the best gallery component out there.
I recently used this gallery to replicate the Facebook image gallery. I was able to get it 99% of the way, only gap I saw was missing an
onPanEnd()event. In my case I was hiding UI around the gallery when panning starts and want to show it again when panning stops. If the event returned translationY it could also let people define their own close distance or that could be another config.Overall though great job! It's the best gallery component out there.