coofzilla

Results 33 comments of coofzilla

I"m dealing with this issue as well, I _think_ on `android` you have to do something like ```js await finishTransaction({ purchase, isConsumable: false }) ``` https://react-native-iap.dooboolab.com/docs/guides/purchases/#finishing-a-purchase

> Hi @dorjsurend @coofzilla its due to policy and agreement acceptance. please check your app/play store is there any thing is left to accept. in my case i am facing...

having the same issue, any updates?

I'm having the same issue, essentially even with enabled `false` the fetch is still fired. is that expected? **edit** it was because I was calling `refetch` once I disabled that,...

@gkatsev is it possible that WebVTT EXT-X-MAP is not supported? I saw a similar issue [here](https://github.com/video-dev/hls.js/pull/4839/files)

I'm also getting a stutter and noticed its tied to the `yScroll` it seems to have "spikes" when the amount of renderItems is like less than 5.

Looks good to me, especially since you've documented the change—this will give developers a clear example to follow when implementing it. Just to clarify, would this approach work the same...

@LunatiqueCoder thank you, I appreciate you looking into this!