I have an app that uses AsyncStorage and it persists some data.
When I run yarn expo run:android
it shows the persisted data form AsyncStorage.
Another colleague of mine working on the same code base says that it does not persist for him.
Therefore, I would like to know if AsyncStorage is cleared by this command: yarn expo run:android
.
Does the command "yarn expo run:android" clear AsyncStorage for a React Native app? - Stack Overflow
评论列表(0)
- 暂无评论