React native async storage error: package com.facebook.react.module.annotations does not exist

React native async storage error: package com.facebook.react.module.annotations does not exist

有人在迁移到 Androidx 时熟悉此错误吗?错误指向@react-native-community/async-storage.

error: package com.facebook.react.module.annotations does not exist

我运行正在使用 react-native 0.60.5 和 @react-native-community-async-storage 1.6.1

下面是我运行./gradlew build --stacktrace

时的错误信息

可能是 async 包和 react-native 的版本不匹配,但我通过降级到 react-native 0.59.9 修复了这个错误。我暂时不需要升级到AndroidX