a7ul / react-native-exception-handler

A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
MIT License
1.58k stars 133 forks source link

[QUESTION] Is this library deprecated? #174

Open enzzoperez opened 1 year ago

enzzoperez commented 1 year ago

Hi, I want to use this in my app but Im seeing that there is no new releases, neither response to the issues.

Should I use this anyway? Do you know/Is there another library with similar functions?

Thanks!

MehrabSp commented 1 year ago

@enzzoperez I have prepared a trial version of this library: react-native-exc

react-native-exc

enzzoperez commented 1 year ago

@enzzoperez I have prepared a trial version of this library: react-native-exc

react-native-exc

thanks!, I'll test it

vivek-dhayalan commented 1 year ago

@enzzoperez did that worked? I'm curious as well! If you have figured out any other library please share it with me.

nazmeln commented 1 year ago

Hey folks, @a7ul @vivek-dhayalan @enzzoperez Have you got any update on it?

maxarias-io commented 6 months ago

I tried the new lib and it didn't work for me. I tried throwing an Error clicking a button and it wasn't caught, just crashed the app.