Niranjan Reddy Devasani
Niranjan Reddy Devasani
Yes this feature is a needed one.
@koenpunt any update on this feature ???
there are many reasons to get this error. 1. if you are testing with simulator, generally there are very limited ads to display, so we will get this error. but...
Downgrade to 2.3.1 both server and client will work, it worked for me :)
I have fixed this here : https://www.npmjs.com/package/react-native-bg-upload
Same for me too.... Any solution ???
> I had to patch the package to replace `const percent = this.state.currentTime / this.state.duration;` with `const percent = this.state.duration === 0 ? 0 : this.state.currentTime / this.state.duration;` in VideoPlayer.js...
@elirichey Thank you soo much man, You saved me :)
Any update on this issue ???
Same issue for me as well