Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite Android lightbox (#1624) | dan | 2023-10-05 | 1 | -42/+0 |
| | |||||
* | Fix animations and gestures getting reset on state updates in the lightbox ↵ | dan | 2023-10-05 | 1 | -24/+0 |
| | | | | | | | | | (#1618) * Fix translation resetting on state update * Copy getImageStyles into iOS and Android forks * Fix opacity resetting on state update | ||||
* | Remove unused lightbox options (#1616) | dan | 2023-10-05 | 1 | -74/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * Inline lightbox helpers * Delete unused useImagePrefetch * Delete unused long press gesture * Always enable double tap * Always enable swipe to close * Remove unused onImageIndexChange * Inline custom Hooks into ImageViewing * Declare LightboxFooter outside Lightbox * Add more TODO comments * Inline useDoubleTapToZoom * Remove dead utils, move utils used only once | ||||
* | Inline createPanResponder (#1483) | dan | 2023-09-20 | 1 | -42/+1 |
| | |||||
* | Fix all type errors | Paul Frazee | 2023-01-26 | 1 | -0/+1 |
| | |||||
* | Saves image on long press (#83) | Aryan Goharzad | 2023-01-25 | 1 | -0/+179 |
* 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 |