Global error handler for React Native applications (android, ios)
I am trying to create global handler for react native plugin, or at least in the application level, in TypeScript to catch all unhandled exceptions and log them. I'm using react native 0.74.x version. I found package react-native-exception-handler. But this…