Skip to content

Instantly share code, notes, and snippets.

@GeKiStolyarov
Created August 17, 2018 11:59
Show Gist options
  • Save GeKiStolyarov/57641c6419a1ae9a448d7e57ff460d96 to your computer and use it in GitHub Desktop.
Save GeKiStolyarov/57641c6419a1ae9a448d7e57ff460d96 to your computer and use it in GitHub Desktop.
react-native link and unlink
react-native link <lib name>
// this command has done the unlinking of the library from both platforms.
react-native unlink <lib name>
// this has uninstalled the library from the node modules and its dependencies
react-native uninstall <lib name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment