Skip to content

Commit 47be0a8

Browse files
committed
Added credits and bumped version
1 parent 0081e5f commit 47be0a8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

413415
To make sure this module works. You can generate a native exception using the module `rn-test-exception-handler`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)