UNPKG

react-native-zoom-toolkit

Version:

Smoothly zoom any image, video or component you want!

11 lines 715 B
export { default as SnapbackZoom } from './components/snapback/SnapbackZoom'; export { default as ResumableZoom } from './components/resumable/ResumableZoom'; export { default as CropZoom } from './components/crop/CropZoom'; export * from './components/crop/types'; export { default as Gallery } from './components/gallery/GalleryProvider'; export * from './components/gallery/types'; export { PanMode, ScaleMode, PinchCenteringMode, SwipeDirection } from './commons/types'; export { default as useImageResolution } from './hooks/useImageResolution'; export { getAspectRatioSize } from './utils/getAspectRatioSize'; export { stackTransition } from './commons/misc/stacktransition'; //# sourceMappingURL=index.js.map