Home
last modified time | relevance | path

Searched refs:allowsEditing (Results 1 – 25 of 82) sorted by relevance

1234

/expo/ios/versioned/sdk49/ExpoImagePicker/
H A DImagePickerModule.swift88 …nMediaPickingResultHandler: self, hideStatusBarWhenPresented: options.allowsEditing && !options.al… in launchImagePicker()
94 if #available(iOS 14, *), !options.allowsEditing && sourceType != .camera { in launchImagePicker()
124 if options.allowsEditing { in launchLegacyImagePicker()
125 picker.allowsEditing = options.allowsEditing in launchLegacyImagePicker()
/expo/ios/versioned/sdk48/ExpoImagePicker/
H A DImagePickerModule.swift88 …nMediaPickingResultHandler: self, hideStatusBarWhenPresented: options.allowsEditing && !options.al… in launchImagePicker()
94 if #available(iOS 14, *), !options.allowsEditing && sourceType != .camera { in launchImagePicker()
124 if options.allowsEditing { in launchLegacyImagePicker()
125 picker.allowsEditing = options.allowsEditing in launchLegacyImagePicker()
/expo/ios/versioned/sdk47/ExpoImagePicker/
H A DImagePickerModule.swift88 …nMediaPickingResultHandler: self, hideStatusBarWhenPresented: options.allowsEditing && !options.al… in launchImagePicker()
94 if #available(iOS 14, *), !options.allowsEditing && sourceType != .camera { in launchImagePicker()
124 if options.allowsEditing { in launchLegacyImagePicker()
125 picker.allowsEditing = options.allowsEditing in launchLegacyImagePicker()
/expo/packages/expo-image-picker/ios/
H A DImagePickerModule.swift88 …nMediaPickingResultHandler: self, hideStatusBarWhenPresented: options.allowsEditing && !options.al… in launchImagePicker()
94 if #available(iOS 14, *), !options.allowsEditing && sourceType != .camera { in launchImagePicker()
125 if options.allowsEditing { in launchLegacyImagePicker()
126 picker.allowsEditing = options.allowsEditing in launchLegacyImagePicker()
/expo/docs/public/static/examples/v47.0.0/tutorial/02-image-picker/
H A DApp.js16 allowsEditing: true, property
/expo/docs/public/static/examples/v46.0.0/tutorial/02-image-picker/
H A DApp.js16 allowsEditing: true, property
/expo/docs/public/static/examples/v48.0.0/tutorial/02-image-picker/
H A DApp.js16 allowsEditing: true, property
/expo/docs/public/static/examples/unversioned/tutorial/02-image-picker/
H A DApp.js16 allowsEditing: true, property
/expo/docs/public/static/examples/v49.0.0/tutorial/02-image-picker/
H A DApp.js16 allowsEditing: true, property
/expo/apps/test-suite/tests/
H A DImagePicker.js108 allowsEditing: true, property
117 allowsEditing: true, property
/expo/packages/expo-image-picker/build/
H A DImagePicker.js149 if (options?.allowsEditing && options.allowsMultipleSelection) {
H A DImagePicker.types.d.ts332 allowsEditing?: boolean;
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/imagepicker/
H A DImagePickerOptions.kt16 var allowsEditing: Boolean = false variable in abi47_0_0.expo.modules.imagepicker.ImagePickerOptions
/expo/packages/expo-image-picker/src/
H A DImagePicker.types.ts357 allowsEditing?: boolean;
H A DImagePicker.ts202 if (options?.allowsEditing && options.allowsMultipleSelection) {
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/imagepicker/
H A DImagePickerOptions.kt16 var allowsEditing: Boolean = false variable in abi48_0_0.expo.modules.imagepicker.ImagePickerOptions
/expo/packages/expo-image-picker/android/src/main/java/expo/modules/imagepicker/
H A DImagePickerOptions.kt17 var allowsEditing: Boolean = false variable in expo.modules.imagepicker.ImagePickerOptions
/expo/docs/public/static/examples/v48.0.0/tutorial/03-button-options/
H A DApp.js19 allowsEditing: true, property
/expo/docs/public/static/examples/v47.0.0/tutorial/03-button-options/
H A DApp.js19 allowsEditing: true, property
/expo/docs/public/static/examples/v46.0.0/tutorial/03-button-options/
H A DApp.js19 allowsEditing: true, property
/expo/docs/public/static/examples/unversioned/tutorial/03-button-options/
H A DApp.js19 allowsEditing: true, property
/expo/docs/public/static/examples/v49.0.0/tutorial/03-button-options/
H A DApp.js19 allowsEditing: true, property
/expo/docs/public/static/examples/v46.0.0/tutorial/04-modal/
H A DApp.js21 allowsEditing: true, property
/expo/docs/public/static/examples/v48.0.0/tutorial/04-modal/
H A DApp.js21 allowsEditing: true, property
/expo/docs/public/static/examples/v47.0.0/tutorial/04-modal/
H A DApp.js21 allowsEditing: true, property

1234