How to detect return to react-native app from the settings? I wish to update the status in my app after the user has returned from the settings, to see if it has changed. Im using react-navigation module, and don't know how to detect return from settings. The 'willFocus' even of react-navigation does not fire when coming back.