有人在迁移到Androidx时熟悉此错误吗?错误指向@ react-native-community / async-storage。
:'generated_id'
我正在运行本机0.60.5和@ react-native-community-async-storage 1.6.1
下面是我运行error: package com.facebook.react.module.annotations does not exist
答案 0 :(得分:-1)
这可能是异步软件包和react-native之间的版本不匹配,但是我通过降级为react-native 0.59.9来修复了错误。我现在不需要升级到AndroidX。