Keep session while update from RN to Expo

Hi, I want to update an existing RN app to Expo.
I want the users to stay logged in when the app is updated.
I tried saving some random text using AsyncStorage and then retrieve that value on Expo but that didn’t work.

Any ideas?