Search code examples
androidreact-nativeandroidxmigrate

How to check if I have migrated to AndroidX?


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?


Solution

  • 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

    AndroidX Support

    • AndroidX is a major step forward in the Android ecosystem, and the old support library artifacts are being deprecated. For 0.60, React Native has been migrated over to AndroidX. This is a breaking change, and your native code and dependencies will need to be migrated as well.