File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,12 @@ setJSExceptionHandler(errorHandler);
160
160
```
161
161
162
162
* More Examples can be found in the examples folder*
163
- - Preserving old handler
163
+ - Preserving old handler (thanks to zeh)
164
164
165
165
## NOTES
166
166
1 . This module only helps in catching the runtime errors in JS. Native errors can still crash your app without any prompt.
167
+
168
+
169
+ ## CONTRIBUTORS
170
+ - [ Atul R] ( https://github.com/master-atul )
171
+ - [ Zeh Fernando] ( https://github.com/zeh )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-exception-handler" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.1.0 " ,
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