Language
From Camera Roll
PhotoEditor SDK supports importing photos from the camera roll.
Select a photo#
In this example, we are using the expo-image-picker
module to select a video from the camera roll.
Open the editor#
When a photo has been selected we pass the local URI to the openEditor
method to load the photo into the editor and open it.
Once the photo has been exported, we handle the result and possible occurring errors.