Mayderson Mello

Results 4 comments of Mayderson Mello

Same here [1464](https://github.com/gorhom/react-native-bottom-sheet/issues/1464)

Same error here, until this correction was made, I used lib `react-native-image-crop-picker` and implemented it as follows: ```tsx import ImageCropPicke from 'react-native-image-crop-picker'; ImageCropPicker.openPicker({ mediaType: 'photo', cropping: false }) .then(data =>...

@dmsierra11 I believe the problem is here. Successfully selected image: ```json { "fileName":"5693202E-E952-4C0D-A69B-2FF9B0F6C688.jpg", "fileSize":993045, "height":2500, "type":"image/jpg", "uri":"file:///Users/mayderson/Library/Developer/CoreSimulator/Devices/D555E641-C03B-407D-9251-28DBEF5BFEE6/data/Containers/Data/Application/D641C420-4AE4-49AB-A63B-5B05E88F59D7/tmp/5693202E-E952-4C0D-A69B-2FF9B0F6C688.jpg", "width":1668 } ``` Error selected image: ```json { "fileName":"B22A70A5-D144-4857-8249-97C1FDB3FAE1.jpg", "height":0, "type":"image/jpg", "uri":"file:///Users/mayderson/Library/Developer/CoreSimulator/Devices/D555E641-C03B-407D-9251-28DBEF5BFEE6/data/Containers/Data/Application/D641C420-4AE4-49AB-A63B-5B05E88F59D7/tmp/B22A70A5-D144-4857-8249-97C1FDB3FAE1.jpg", "width":0...