File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ setNativeExceptionHandler((errorString) => {
381381* More Examples can be found in the examples folder*
382382- Preserving old handler (thanks to zeh )
383383
384- # Known issues and fixes:
384+ # Known issues and fixes:
385385
386386### react-native -navigation (Wix )
387387
@@ -390,10 +390,10 @@ This is specifically occuring when you use [wix library](http://wix.github.io/re
390390
391391**Fix:**
392392
393- You need to set second parametera as *false* while calling _setNativeExceptionHandler_.
393+ You need to set second parametera as *false* while calling _setNativeExceptionHandler_.
394394 The second parameter is an android specific field which stands for forceQuitOnError.
395395 When set to false it doesnt quit the app forcefully on error. In short :
396-
396+
397397 Credit goes to **Gustavo Fão Valvassori**
398398
399399```js
@@ -408,6 +408,8 @@ setNativeExceptionHandler(nativeErrorCallback, false);
408408- [Christoph Jerolimov](https:// github.com/jerolimov)
409409- [Peter Chow](https:// github.com/peteroid)
410410- [Gustavo Fão Valvassori](https:// github.com/faogustavo)
411+ - [Alessandro Agosto](https:// github.com/lexor90)
412+
411413## TESTING NATIVE EXCEPTIONS/ERRORS
412414
413415To make sure this module works. You can generate a native exception using the module `rn-test-exception-handler`.
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-exception-handler" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.4.3 " ,
44 "description" : " A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments