Mike Lambert
Mike Lambert
What version of RN are you using? RN changed their API for Event constructors as of 0.32 (due to the breaking change for android listed in https://github.com/facebook/react-native/releases/tag/v0.32.0), and this pull...
For those it might help, Image's `blurRadius` has supposedly been working for both Android and iOS since RN 0.44. See more details here: https://github.com/facebook/react-native/commit/fc09c54324ff7fcec41e4f55edcca3854c9fa76b
Correct on both counts Kumar. My message wasn't meant to imply otherwise. Many people in this thread just need a solution that works for Image.
I believe the `npmconf` dependency can be removed from `cldr-data-downloader` without issue, if anyone wants to clean this warning up. The others, I believe are due to `gulp`. You can...
Ugh I am guilty for leaving this lagging (if I'm reading #1 correctly). I am curious if @jondot and @reyalpsirc can coordinate to see if you both would prefer one...
I haven't actually deployed and been using this yet myself. But as a wild guess, is it possible these numbers represent character offsets, not line offsets?
Ah interesting idea. Maybe my patch to react-native-fabric is buggy and missing column numbers? What platform are you testing with? This is the code that converts JS exceptions to objects...
I would be fine integrating this functionality entirely into react-native-fabric. I was unsure on which direction to go when building it originally. And I'm fine with a RN-fabric fork that...
Thanks guys for all the investigation, I'm impressed how far you've taken this (yay open source!) Some thoughts: - I'm confused why @chetstone says loading the app _after_ a crash...
Thanks for the tip @jbrodriguez, I've just pushed 0.1.4 with an {offline: true} fix. (Note, jbrodriguez's issue is independent of the sourcemap issue...)