-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💭 Using "react-native-exeception-handler" and "react-native-exit-app" along with this library is freezing the app #541
Comments
@boorad I tried Here is symbolicated log for reference.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question
I am handling JS & Native side exceptions with
react-native-exception-handler
and usingreact-native-exit-app
for closing the iOS app in certain flows. When I use this library (just adding it as dependency) along with mentioned libraries the app freezes whenever I call exit app from 'react-native-exit-app'Seems it has something to do with ABORT signal raised from this library which is getting caught by
rect-native-exception-handler
and I couldn't figure out why ABORT signal is raised by this library when I do exit app.Can someone help me out and let me know what is the actual problem ?
What I tried
No response
QuickCrypto Version
0.7.7
Additional information
The text was updated successfully, but these errors were encountered: