react-native-photos-gallery
Version:
A React Native animated custom photo gallery component
5 lines (4 loc) • 619 B
TypeScript
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;