79417118

Date: 2025-02-06 07:53:31
Score: 2
Natty:
Report link

The command

npx expo install some-package

finds compatible version of some-package with your expo version. Under the hood it runs:

npm install some-package@version

Therefore just use

npm uninstall some-package

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Oleg Kuzmin