Skip to content

Commit

Permalink
Added credits and bumped up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Jun 23, 2017
1 parent 2e9a184 commit b721caf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,12 @@ setJSExceptionHandler(errorHandler);
```

*More Examples can be found in the examples folder*
- Preserving old handler
- Preserving old handler (thanks to zeh)

## NOTES
1. This module only helps in catching the runtime errors in JS. Native errors can still crash your app without any prompt.


## CONTRIBUTORS
- [Atul R](https://github.com/master-atul)
- [Zeh Fernando](https://github.com/zeh)
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": "1.0.1",
"version": "1.1.0",
"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 b721caf

Please sign in to comment.