UNPKG

react-native-photos-gallery

Version:
5 lines (4 loc) 619 B
import React from 'react'; import type { PhotoGalleryProps } from './Types'; declare const PhotoGallery: ({ data, scaledImageResizeMode, animationCloseSpeed, animatedThumbnailScrollSpeed, animatedImageDelay, thumbnailListImageHeight, thumbnailListImageWidth, thumbnailListImageSpace, renderHeader, onImageExpand, flatListProps, listItemProps, modalProps, modalBackgroundProps, modalHeaderProps, modalContentProps, modalContentImageProps, modalFooterProps, modalBackgroundStyle, networkLoaderProps, renderNetworkLoader, networkImageProps, ...rest }: PhotoGalleryProps) => React.JSX.Element; export default PhotoGallery;