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) => {
381
381
* More Examples can be found in the examples folder*
382
382
- Preserving old handler (thanks to zeh )
383
383
384
- # Known issues and fixes:
384
+ # Known issues and fixes:
385
385
386
386
### react-native -navigation (Wix )
387
387
@@ -390,10 +390,10 @@ This is specifically occuring when you use [wix library](http://wix.github.io/re
390
390
391
391
**Fix:**
392
392
393
- You need to set second parametera as *false* while calling _setNativeExceptionHandler_.
393
+ You need to set second parametera as *false* while calling _setNativeExceptionHandler_.
394
394
The second parameter is an android specific field which stands for forceQuitOnError.
395
395
When set to false it doesnt quit the app forcefully on error. In short :
396
-
396
+
397
397
Credit goes to **Gustavo Fão Valvassori**
398
398
399
399
```js
@@ -408,6 +408,8 @@ setNativeExceptionHandler(nativeErrorCallback, false);
408
408
- [Christoph Jerolimov](https:// github.com/jerolimov)
409
409
- [Peter Chow](https:// github.com/peteroid)
410
410
- [Gustavo Fão Valvassori](https:// github.com/faogustavo)
411
+ - [Alessandro Agosto](https:// github.com/lexor90)
412
+
411
413
## TESTING NATIVE EXCEPTIONS/ERRORS
412
414
413
415
To 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 1
1
{
2
2
"name" : " react-native-exception-handler" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.3 " ,
4
4
"description" : " A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments