Image Editing
Prerequisites
Edit an Image
const resultPath = await getFilePath(`${Date.now()}-editImage.png`);// result path will be available from step 1
// media item will be get from camera module or pass string file path
const result = await launchImageEdit(mediaItems.filePath, resultPath);Finalize :
Last updated
Was this helpful?