Manav Kasare

Results 4 comments of Manav Kasare

I am facing the same issue. @roxyadaa Were you able to fix it?

` const extractedUri = React.useRef(uri); const onExtractImage = ({nativeEvent}) => { extractedUri.current = nativeEvent.uri; }; const onSelectFilter = (selectedIndex) => { setIndex(selectedIndex); }; ` This is the render function: `...

> I need a minimal app that shows described behaviour, not just pieces of code. Is there a chance of filters lowering the image quality. If yes, how do I...

I am using [email protected], I've tried waitForBuffer: true and also @drhootch 's workaround but nothing works for me. This is the code ``` const buffer = 2; await TrackPlayer.setupPlayer({ waitForBuffer:...