I am working on a React Native application and need to change my current screen to splash screen when the app is minimized/inactive. Also when the user goes back to the app again it should go to the last visited page without reloading. How can I do it ? It would be helpful if you guys can share your thoughts on it.
Asked
Active
Viewed 94 times
1 Answers
0
You can get status of App state
There could be statuses like these
active
background
inactive
IOS only

Gennady Sabirovsky
- 81
- 1
- 4