maitrungduc1410 / react-native-video-trim

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

Can I get trimmed image's path when "saveToPhoto=false"? #24

Closed Parkjunwu closed 4 months ago

Parkjunwu commented 4 months ago

Is there any method or plan to get trimmed image's path when "saveToPhoto=false"?

maitrungduc1410 commented 4 months ago

Hi there,

Trimmed video path is always returned in the event of "onFinishTrimming"

Parkjunwu commented 4 months ago

Thank you!