admin管理员组

文章数量:1347134

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 quotyarn expo runandroidquot clear AsyncStorage for a React Native appStack Overflow