I have migrated to androidX using Refactor-> Migrate to AndroidX from Android Studio.
And I have upgraded my react native to 0.60.4
There after I am getting this error while building the app.
error: package android.support.annotation does not exist
import android.support.annotation.Nullable;
I found this solution, https://stackoverflow.com/a/56206103/9724247
It works too!
But these are coming from node modules, and I have too many errors like this.
Is there any way to handle these, other than manual edit ?
Thank you.