3
votes

Anyone familiar with this error when migrating over to Androidx ? The error points to the @react-native-community/async-storage.

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

I'm running on react-native 0.60.5 and @react-native-community-async-storage 1.6.1

Below is the error message when I run ./gradlew build --stacktrace

1
Did you find a solution for this? - dentemm

1 Answers

0
votes

It was probably a version mismatch between the async package and react-native, but I fixed the error by downgrading to react-native 0.59.9. I don't need to upgrade to AndroidX at this time.