maitrungduc1410 / react-native-video-trim

Video trimmer for React Native App
MIT License
37 stars 14 forks source link

iOS issue with editor #23

Closed sn4f closed 4 months ago

sn4f commented 4 months ago

Hello, thank you for this package! I'm trying to run it on my emulator but without success. I used your App.tsx file and I tried it on two different videos from my iPhone. There is no specific error, I'm receiving only this:

onError {"message": "File is not a valid video", "name": "onError"}

It's a clean react-native project.

sn4f commented 4 months ago

Ignore me, it's because UIVideoEditorController is not working on the emulator.