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