amosaxe
amosaxe
Sure, here it is https://drive.google.com/file/d/1xC-irLvaRgOA174TzSp2ujZFTUcMj8DD/view?usp=sharing Code: ``` const handleTrim = async () => { if (selectedMediaObj) { setIsLoading(true); await showEditor(selectedMediaObj?.uri, { maxDuration: maxAllowedVideoLength, saveToPhoto: false, }); } }; ``` ```...
yes iOS works fine.
Yes it is getting saved but using react-native-video player the video frames remains blank….can it be react-native-video issue, or anything else you are aware of?
Hmm, I tried out the steps as you mentioned, that works. The issue occurs only with those video that are trimmed to 3 second, also that too not with all...
Hi @maitrungduc1410 , can you help with this?
Hi @maitrungduc1410, thanks for the update and apologies for not reverting last time, had missed this. Will check it out today. Kudos!
Hi, any advice from anyone on the above?
Hi @giapmn-1380 , were you able to find a workaround?
anyone facing this issue, please checkout this [comment](https://github.com/dohooo/react-native-reanimated-carousel/issues/623#issuecomment-2178280745), great workaround for now to access the documentation.
Sorry to bug you @baronha, but if you or anyone can help me with the above info, I can close my work, everything is great in this lib when compared...