Jay Meistrich
Jay Meistrich
As @TheSavior mentioned, having an undefined timeout on XMLHttpRequest causes a native crash only on Android. The stack trace is useless, and the crash happens asynchronously so stepping through until...
It seems like it's impossible for "react-native upgrade" to ever work successfully because of the pbxproj changes, which requires using the upgrade-helper tool, and then the changes in the upgrade...
Now that you fixed #114 I updated the linked StackBlitz to use scrollingStateChange instead of rangeChanged, and it doesn't need he timeout anymore.
@khuezy Unfortunately it's been three years since I made that example and haven't used this library in a while, so I don't know, sorry!
I would like this `--silent` option too. I want to run it as a sanity check before publishing, so I just need it to throw an error code and not...
I believe the massive increase in 0.64 is due to this bug in Hermes: https://github.com/facebook/hermes/issues/499 My build size went up to 432mb, but at least once it gets into the...