Dmitriy

Results 2 comments of Dmitriy

Yeah, I had the same issue, it's because there is a delay 900 milliseconds, `window.setTimeout(function () { window.aysHasPrompted = false; }, 900);` So you can manually change it to 0...

https://github.com/wonday/react-native-pdf/issues/841#issuecomment-2290175000 so it should be a patch with a fix?