Error: storage adapter is not configured
-
创建时间
21年12月20日
-
最后回复
21年12月29日
- 3
回复
- 69
浏览
- 4
用户
- 1
赞
- 1
链接
Error: storage adapter is not configured
召唤 @sdjdd
调用哪个方法引发的异常呢,是否正确 设置了 adapters?
React Native 的 storage API 是异步的,需要使用 SDK 对应的异步方法。比如获取当前用户的 AV.User.current 要改成 AV.User.currentAsync。