react-native-tabs : React Native platform-independent tabs. Could be used for bottom tab bars as well as sectioned views (with tab buttons). You can installing react-native-tabs 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-native-tabs $ sudo npm install -g react-native-tabs
If want to update the react-native-tabs package execute the command as below,
$ sudo npm update react-native-tabs
Update package globally,
$ npm install -g react-native-tabs
$ sudo git clone https://github.com/rektide/react-native-tabs.git
$ sudo npm install -g ./react-native-tabs
react-native-tabs@1.0.9 /usr/lib/node_modules/react-native-tabs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-native-tabs
| Package Name | react-native-tabs |
| Version | 1.0.9 |
| Description | React Native platform-independent tabs. Could be used for bottom tab bars as well as sectioned views (with tab buttons) |
| Released Date | 2016-07-07T11:40:18.108Z |
| Published by | aksonov |
| How to Learn | https://www.npmjs.com/package/react-native-tabs/tutorial |