Description:
A react native module that lets you register a global error handler that can capture fatal/non-fatal uncaught exceptions. The module helps prevent abrupt crashing of RN Apps without a graceful message to the user.
Installation:
# Yarn
yarn add react-native-exception-handler# NPM
$ npm install react-native-exception-handler
