react-native-exception-handler icon indicating copy to clipboard operation
react-native-exception-handler copied to clipboard

setNativeExceptionHandler not working

Open erfanbdcse opened this issue 5 years ago • 1 comments
trafficstars

setNativeExceptionHandler((errorString) => { console.log('setNativeExceptionHandler'); alert("native error"); }, true, true);

I used RnTestExceptionHandler to create a native error. but it is not working for me. can anyone help me on that?

erfanbdcse avatar Sep 24 '20 10:09 erfanbdcse

Any progress on this? Adding setNativeExceptionHandler for me causes my app to immediately throw an error.

ianbayne avatar Nov 17 '20 08:11 ianbayne