expo uninstall xyz?

I installed react-native-svg using expo install react-native-svg then realized I didn’t need it so I tried expo remove react-native-svg and expo uninstall react-native-svg with no success.

What command do I use to uninstall something? :\

I’m also trying to remove but can’t figure it out. I installed with expo install expo-av - I now want to remove it.

expo install command is only making sure you are installing correct version of pacakge, it’s just yarn add or npm install under the hood. To remove package just use npm or yarn command.

Thank you!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.