I have a React Native mobile app. This mobile app loads a list of translated strings and dynamic strings from a remote API when the app initially starts. While the translated strings are unlikely to change, I anticipate the dynamic strings changing once or twice per day. I'm trying to understand what happens when someone moves the app to the background and later (maybe 30 minutes later, maybe days later) brings it to the foreground.
Is there an event that I can listen for to respond to the user bringing the app to the foreground?