1

I run the following command line

npm I jetifier
npx jetify

This made jetifier enable. How can I disable it?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Mahdi Bashirpour
  • 17,147
  • 12
  • 117
  • 144

1 Answers1

2

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

Ankit Makwana
  • 2,291
  • 12
  • 16