You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am handling JS & Native side exceptions with react-native-exception-handler and using react-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 ?