Accidentally uninstall react native

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?

you can reinstall it by npm install --save react-native@yourversionnumber

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue