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

flutter websocket connection issue

React-native : Unable to use react-native-fast-image

reinterpret_cast bug or UB? [duplicate]