We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help would be appreciated
The text was updated successfully, but these errors were encountered:
edit story is a page where i have PhotoEDITOR places so you need to just split the url you got from image picker and pass to next page and use there
navigation.navigate('EditStory', { photo: var_image?.uri?.split('://')[1] })
Sorry, something went wrong.
use like this...
ImageCropPicker.openPicker(gStyles.imgPicker).then(image => { PhotoEditor.Edit({ path: image.path?.split('://')[1], hiddenControls:[ 'crop','save','clear'], onDone:(res)=>{ console.log('res', res) setFile(image);
} });
Use react-native-fs to move file from storage to app directory ( I don't know what it called).It work for me
No branches or pull requests
Help would be appreciated
The text was updated successfully, but these errors were encountered: