我已将我的应用程序迁移到react-native 0.61,它已集成到另一个我无法迁移到androidX的android应用程序中。
我尝试通过安装jetifier
并运行npx jetify -r
来禁用androidx。
另外,我还更改了gradle.properties
的配置,如下所示:
android.useAndroidX=false
android.enableJetifier=false
从android studio运行构建时,我收到此错误:
error: package android.support.annotation does not exist
。
任何帮助将不胜感激。