Reputation: 45
I accidentally uninstall react native on my project
npm uninstall --save react-native map
What i'm gonna do is uninstalling react-native-map, but i miss one '-' character. What should I do?
Upvotes: 0
Views: 1912
Reputation: 3126
you can reinstall it by npm install --save react-native@yourversionnumber
Upvotes: 2