Mark Wilcox

Results 6 comments of Mark Wilcox

FYI - we see this issue in production. We check the ad is loaded immediately before showing a dialog with the option to watch the ad for the "reward" but...

You can also inject JavaScript that shims the History API like they do on iOS, but entirely from the JS side, then track whether you can go back in the...

If you're going with patching node_modules then I strongly recommend using patch-package: https://www.npmjs.com/package/patch-package That way the patched version becomes part of your module install process and you will be alerted...

Is there anything that needs to be done to move forward with this PR? I'm trying to upgrade our large app to RN 0.74 and that uses TypeScript 5, at...

We have the same problem, having looked into the code to try to help fix it, it seems we can neither `redraw` nor use `tracksViewChanges` - the former is removed...

We have the same behaviour with custom markers and react-native-clusterer. We've temporarily managed to work around it by setting the marker image to a small transparent square image, as well...