我正在考虑从React Native迁移到Expo,但要做到这一点,必须能够读取在新Expo版本中使用React Native应用编写的旧AsyncStorage数据。
我能够使用现有的.keystore
来构建新的Android应用,因此它可以正确替换旧的已安装应用,但Expo应用中的AsyncStorage为空。我猜是因为它使用了不同的后端?文档提到了这一点
On Android, AsyncStorage will use either RocksDB or SQLite based on what is available.
是否要解决此问题?