Releases: maitrungduc1410/react-native-video-trim
Releases · maitrungduc1410/react-native-video-trim
v6.0.13
v6.0.12
fix: ios fail to open same file after trim
The reason is we're current renaming file before triming, this is to solve issue when passing url with whitespace, but it accidentally renames file, so if we cancel and open the same url again it does not work, because the file has been renamed
v6.0.11
fix: update trim return type
v6.0.10
fix: return success on ios if trimming successful
v6.0.9
fix: typos
v6.0.8
fix: trim function hang on android, support saveToPhoto for ios
v6.0.7
fix: swift header not found if using static frameworks
v6.0.6
feat: add zoomOnWaitingDuration
v6.0.5
chore: refactor trim method
v6.0.4
feat: add zoom on long press handle on android
feat: add copilot instructions