Home
last modified time | relevance | path

Searched refs:withAndroidImagePickerPermissions (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-image-picker/plugin/src/__tests__/
H A DwithImagePicker-test.ts4 import { setImagePickerInfoPlist, withAndroidImagePickerPermissions } from '../withImagePicker';
12 describe(withAndroidImagePickerPermissions, () => {
14 const config = withAndroidImagePickerPermissions(
47 const config = withAndroidImagePickerPermissions(
/expo/packages/expo-image-picker/plugin/build/
H A DwithImagePicker.js3 exports.withAndroidImagePickerPermissions = exports.setImagePickerInfoPlist = void 0;
34 const withAndroidImagePickerPermissions = (config, { cameraPermission, microphonePermission } = {})… function
48 exports.withAndroidImagePickerPermissions = withAndroidImagePickerPermissions;
H A DwithImagePicker.d.ts8 export declare const withAndroidImagePickerPermissions: ConfigPlugin<Props | void>;
/expo/packages/expo-image-picker/plugin/src/
H A DwithImagePicker.ts46 export const withAndroidImagePickerPermissions: ConfigPlugin<Props | void> = ( constant