Eduardo Ferreira
Eduardo Ferreira
I'm facing the same issue, but setting speed to 0.0 before preparing does not solve it. In my case (on android devices) the callback from prepare is never called. Any...
Maybe you can use onOpen prop to get the click and change programatically inside the floatingIcon?
You can try something following this lines. It will use a different Image for the open and close state. ``` this.setState({ close: true })} onClose={() => this.setState({ close: false })}...
> @ansarikhurshid786 there is no way to change the close icon... I think what @edferreira is saying will not work because there is an animation to rotate the icon... I...
I'm also having this issue
@sidpauhal Have you tried with the master version? Add this to your package.json `"react-native-video-processing": "git+https://[email protected]/shahen94/react-native-video-processing.git"`
I had this 'Cannot read property 'Constants' of undefined' issue also. For me it seems that the library wasn't really linked together. I had it working doing all the steps...
does it work on Xcode 10?
I'm doing it like ``` path = `${RNBackgroundDownloader.directories.documents}/${fileName}` ```
It also happens to me. I'm able to make android downloads restart normally, but on iOS it displays an "file not found" error.