a7ul/react-native-exception-handler

Not working on release

trytony opened this issue · 8 comments

Hello, I have a problem. In the debug version, exceptions can be normally caught and displayed, but in the release version, only the white screen is displayed and no exceptions are caught.

React Native Version: 0.57.8

React Native exception handler version: 2.10.8

Similar problem with me

Similar problem with me

Hello, have you solved it?

hmm I'm facing the same issue do you guys have any solution?

same here, but it seems removing handler will also show the white screen

I want to use this library and now I'm scared. Does this library work?

Yes, the normal error is white screen in the release version, so the problem is no exception was caught in the release version, I haven't found out what's the problem.

the same issue, on release version the js catch not work. help