react-navigation : React Navigation. You can installing react-navigation npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install react-navigation $ sudo npm install -g react-navigation
If want to update the react-navigation package execute the command as below,
$ sudo npm update react-navigation
Update package globally,
$ npm install -g react-navigation
$ sudo git clone https://github.com/rektide/react-navigation.git
$ sudo npm install -g ./react-navigation
react-navigation@1.0.0-beta.21 /usr/lib/node_modules/react-navigation
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-navigation
| Package Name | react-navigation |
| Version | 1.0.0-beta.21 |
| Description | React Navigation |
| Released Date | 2017-11-21T15:25:51.702Z |
| Published by | spencercarli |
| How to Learn | https://www.npmjs.com/package/react-navigation/tutorial |