Skip to content

Commit

Permalink
Added credits and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Nov 27, 2017
1 parent 0081e5f commit 47be0a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ setNativeExceptionHandler((errorString) => {
*More Examples can be found in the examples folder*
- Preserving old handler (thanks to zeh)

# Known issues and fixes:
# Known issues and fixes:

### react-native-navigation (Wix)

Expand All @@ -390,10 +390,10 @@ This is specifically occuring when you use [wix library](http://wix.github.io/re

**Fix:**

You need to set second parametera as *false* while calling _setNativeExceptionHandler_.
You need to set second parametera as *false* while calling _setNativeExceptionHandler_.
The second parameter is an android specific field which stands for forceQuitOnError.
When set to false it doesnt quit the app forcefully on error. In short :

Credit goes to **Gustavo Fão Valvassori**

```js
Expand All @@ -408,6 +408,8 @@ setNativeExceptionHandler(nativeErrorCallback, false);
- [Christoph Jerolimov](https://github.com/jerolimov)
- [Peter Chow](https://github.com/peteroid)
- [Gustavo Fão Valvassori](https://github.com/faogustavo)
- [Alessandro Agosto](https://github.com/lexor90)

## TESTING NATIVE EXCEPTIONS/ERRORS

To make sure this module works. You can generate a native exception using the module `rn-test-exception-handler`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-exception-handler",
"version": "2.4.1",
"version": "2.4.3",
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 47be0a8

Please sign in to comment.