You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use setNativeExceptionHandler to handle the native error using the advanced way of 3 parameters: setNativeExceptionHandler(exceptionHandler, false, true);
when the app crashes the default native module appears, but the app crashes after shown and the OS alert of crashing apps appears.
All I want, is to prevent the app from forcing quiet and disable the OS alert of crashing apps.
Can anyone advice here what should I do and is what I want handled already by the app or not?
Also I use the rn-test-exception-handler package in testing.
The text was updated successfully, but these errors were encountered:
Hello All,
I use
setNativeExceptionHandler
to handle the native error using the advanced way of 3 parameters:setNativeExceptionHandler(exceptionHandler, false, true);
when the app crashes the default native module appears, but the app crashes after shown and the OS alert of crashing apps appears.
All I want, is to prevent the app from forcing quiet and disable the OS alert of crashing apps.
Can anyone advice here what should I do and is what I want handled already by the app or not?
Also I use the
rn-test-exception-handler
package in testing.The text was updated successfully, but these errors were encountered: