Add web polyfills
This commit is contained in:
parent
d6ec627c8c
commit
751dfb20fd
18 changed files with 240 additions and 105 deletions
6
src/view/com/util/images/ImageCropPicker.tsx
Normal file
6
src/view/com/util/images/ImageCropPicker.tsx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export {
|
||||
openPicker,
|
||||
openCamera,
|
||||
openCropper,
|
||||
} from 'react-native-image-crop-picker'
|
||||
export type {Image} from 'react-native-image-crop-picker'
|
||||
Loading…
Add table
Add a link
Reference in a new issue