I just created an app with react-native 0.60 and I want to know if I still have to migrate to androidx or thats done automatically when using RN 0.60?
How to check if I have migrated to AndroidX?
If you are using React Native 0.60
then you don't need to migrate to androidx
Because React Native 0.60
has been migrated over to AndroidX.
Read from docs