react-native-exception-handler
react-native-exception-handler copied to clipboard
setNativeExceptionHandler not working
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?
Any progress on this? Adding setNativeExceptionHandler for me causes my app to immediately throw an error.