ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.12k stars 1.56k forks source link

the selected image cannot show #940

Open ice16 opened 5 years ago

ice16 commented 5 years ago

Version

Tell us which versions you are using:

Platform

Expected behaviour

press button to open gallery for select image, the selected image will come out at image container.

Actual behaviour

when press the button to open the gallery to select the image cannot show the output

code

openGaleryPicker = () => { ImagePicker.openPicker({ cropping: true, width: 500, height: 500, compressImageMaxWidth: 640, compressImageMaxHeight: 480, freeStyleCropEnabled: true, avoidEmptySpaceAroundImage: true, includeBase64: true }).then(image => { console.log(image) });

easy261925 commented 5 years ago

+1