DEV Community

Discussion on: I've released over 100 apps in React Native since 2015, Ask Me Anything!

Collapse
 
salman__bukhari profile image
Salman

Hey Kyle, we have a react native app with react navigation and when its left for a while with the app in the background some of the variable values get lost such as static variable values (part of a class which is instantiated in root of the app). These values contain important stuff such as token and refresh token of the app. Do you know why this happens? Only happens when the app is left for a day.