about summary refs log tree commit diff
path: root/src/view/com/lightbox/ImageViewing/hooks/usePanResponder.ts
Commit message (Collapse)AuthorAgeFilesLines
* Inline createPanResponder (#1483)dan2023-09-201-11/+14
|
* Make "double tap to zoom" precise across platforms (#1482)dan2023-09-191-36/+64
| | | | | * Implement double tap for Android * Match the new behavior on iOS
* Fix all type errorsPaul Frazee2023-01-261-1/+1
|
* Saves image on long press (#83)Aryan Goharzad2023-01-251-0/+400
* Saves image on long press * Adds save on long press * Forking lightbox * move to wrapper only to the bottom sheet to reduce impact of this change * lint * lint * lint * Use official `share` API * Clean up cache after download * comment * comment * Reduce swipe close velocity * Updates per feedback * lint * bugfix * Adds delayed press-in for TouchableOpacity