Mohamed Mohamed Salah

Results 8 comments of Mohamed Mohamed Salah

when you call the function saveImage, you can get the file data from this line `onImageCrop={(res) => console.warn(res)}` Which you supply to the CropView component, and where res is your...

@ScreamZ you need to add file:// in the beginning of the initial image path

> I have found that we can retriger image selection with following: > > ``` > import {openLimitedPhotoLibraryPicker} from 'react-native-permissions'; > > openLimitedPhotoLibraryPicker().catch(() => { > console.warn('Cannot open photo library...