Failing to close down app correctly in multiple scenarios on iOS #26457
Labels
Bug
Platform: iOS
iOS applications.
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
The function for detecting when a component will be unmounted seems to never be fired on the root component, or a navigation component.
My root component has a very simple
componentWillUnmount
with just a console log line, and a similar one exists inside the navigation route open at the time. As it stands, neither of these are called in debug when the app reloads the JS from the bundler, when the app is closed from Xcode, nor when the app is closed within iOSReact Native version:
Steps To Reproduce
The text was updated successfully, but these errors were encountered: