File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,12 @@ setJSExceptionHandler(errorHandler);
160160```
161161
162162* More Examples can be found in the examples folder*
163- - Preserving old handler
163+ - Preserving old handler (thanks to zeh)
164164
165165## NOTES
1661661 . 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 11{
22 "name" : " react-native-exception-handler" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
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" : {
You can’t perform that action at this time.
0 commit comments