I run the following command line
npm I jetifier
npx jetify
This made jetifier
enable. How can I disable it?
I run the following command line
npm I jetifier
npx jetify
This made jetifier
enable. How can I disable it?
If you don't want to migrate to AndroidX yet, you can use -r
flag with npx jetify
call. Follow the instruction from this link for more detail:
https://github.com/mikehardy/jetifier#to-reverse-jetify--convert-node_modules-dependencies-to-support-libraries