Kristian Fallrø
Kristian Fallrø
@mikehardy FYI the revert still doesn't push the updated credentials to the JS side. In order to properly fix this, you'll have to add the patch based on the work...
@mikehardy as said, my patch-package will get really messy due to stying changes. This approach now mirrors iOS perfectly. The same JS code can be used on both platforms to...
Looking at the code, this seems very similar to #40. I can open a PR with the same workaround here if needed.
Hey, We’ll put our fork in production this ~~Tuesday~~ Wednesday. I’ll open a PR when/if we see the issue fixed.
So the update is live, and we're still seeing crashes, but at a new location in the function. @cesardeazevedo, this is the new crash stack: ``` java.lang.NullPointerException: Attempt to invoke...
Thanks, that may be a solution. In the short term, do you see any clear issues with returning false? We’re aiming to get a fix out to prod as soon...
The race condition happens very rarely (some 120 crashes per week amongst 30k active units with this component), so its very hard to tell what happens and how. I'm guessing...
@dmkmedina I don't remember the specifics, but I am afraid the Java solution wasn't adequate. We ended up deferring loading `TouchThroughWrapper` until later in the app's lifecycle from the JS...
@piaskowyk we don't run Progard either, so this has us puzzled. Any suggestion for how to dig deeper?
As per discussion in #586, the root cause is likely an `onRegionDidChange` event that should/may be triggered as the Mapbox view is dismounted. To all who have reported this issue,...