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
@@ -221,18 +230,27 @@ public class MainApplication extends Application implements ReactApplication {
221
230
....
222
231
....
223
232
....
224
-
ReactNativeExceptionHandlerModule.replaceErrorScreenActivityClass(YourCustomActivity.class); //This will replace the native error handler popup with your own custom activity.
}//This will override the default behaviour of displaying the recover activity.
265
+
ReactNativeExceptionHandlerModule.replaceErrorScreenActivityClass(YourCustomActivity.class); //This will replace the native error handler popup with your own custom activity.
"setJSExceptionHandler is called with wrong argument types.. first argument should be callback function and second argument is optional should be a boolean"
17
-
);
18
-
console.log(
19
-
"Not setting the JS handler .. please fix setJSExceptionHandler call"
console.log("setJSExceptionHandler is called with wrong argument types.. first argument should be callback function and second argument is optional should be a boolean");
10
+
console.log("Not setting the JS handler .. please fix setJSExceptionHandler call");
"setNativeExceptionHandler is called with wrong argument types.. first argument should be callback function and second argument is optional should be a boolean"
47
-
);
48
-
console.log(
49
-
"Not setting the native handler .. please fix setNativeExceptionHandler call"
console.log("setNativeExceptionHandler is called with wrong argument types.. first argument should be callback function and second argument is optional should be a boolean");
27
+
console.log("Not setting the native handler .. please fix setNativeExceptionHandler call");
0 commit comments