react-native-material-bottom-tabs-navigation
This library works with react-navigation
, the motivation to make this was to avoid to install react-native-paper
and react-native-vector-icon
. This library use component from react-navigation-material-bottom-tabs
But it has peer dependency of react-native-reanimated
.
Installation
npm i react-native-material-bottom-tabs-navigation
Usage
const Tabs = const Route = ; const RouteContainer = ;
Contributing
Feel free to send PR
Credit
Satyajit Sahoo and react-navigation
team