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

5 lines (4 loc) 158 B
export interface Spec { launchCamera(options: Object, callback: () => void): void; launchImageLibrary(options: Object, callback: () => void): void; }