UNPKG

react-native-image-picker

Version:

A React Native module that allows you to use native UI to select media from the device library or directly from the camera

6 lines (5 loc) 204 B
/* eslint-disable @typescript-eslint/ban-types */ export interface Spec { launchCamera(options: Object, callback: () => void): void; launchImageLibrary(options: Object, callback: () => void): void; }