UNPKG

react-native-images-picker-expo

Version:

Images picker browser which enables user to select more than one image at a time from the device media library.

9 lines (8 loc) 292 B
import * as MediaLibrary from 'expo-media-library'; export declare const width: number; interface AlbumTileProps { item: MediaLibrary.Album; onSelect: () => void; } declare const AlbumTile: ({ item: album, onSelect }: AlbumTileProps) => JSX.Element; export default AlbumTile;