Expo Client v2.15.0 Not Persisting State

Hello, I’ve been using expo client for some time now and I have a problem with the new client (v2.15.0) and ‘redux-persist’. I used the old client (v2.13.0) and I was able to persist data through reloads using redux-persist, but now with the new client I can’t do it anymore. If I reload the app within the first 20 seconds redux-persist works flawlessly, but if I wait 20 seconds and reload the app it just erase all state data and I get a new redux-state as if redux-persist didn’t work. I don’t get any errors whatsoever.