Is there a way to execute an action when a React Native app terminates? I know about app states, but I'm looking for a way to call an action when the user swipes to kill the app, not when it's just in the background.
From my understanding, there is no way in doing this within React Native. Is there a way I could do it natively? I only need this functionality for iOS. Thanks a lot!