I get the below error while trying to build React Native App in Android. Is this related to the AndroidX migration?
Task :react-native-flurry-analytics:compileDebugJavaWithJavac FAILED
/node_modules/react-native-flurry-analytics/android/src/main/java/com/xxsnakerxx/flurryanalytics/FlurryAnalyticsModule.java:3: error: package android.support.annotation does not exist
import android.support.annotation.Nullable;
^