react-native-exception-handler
react-native-exception-handler copied to clipboard
Problem android - native error callback
trafficstars
Native error callback seems to not working on android, I am not able to send bugsnag error.
setNativeExceptionHandler(exceptionString => { bugsnag.notify(exceptionString); });
even with some random string it is not called. It works with js errors handler
"react-native": "0.61.4",