Use AsyncStorage or redux-persist with Expo

It is possible to execute the persistence of data between tests from expo using lan or tunnel connections?

Yes, if you use AsyncStorage or redux-persist (which is backed by AsyncStorage) the data will persist on your device between uses via lan or tunnel.

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.