react-native-custom-tabbar
v0.1.0
Published
react-native-custom-tabbar
Downloads
3
Readme
react-native-custom-tabbar
react-native-custom-tabbar
Installation
npm install react-native-custom-tabbar
Usage
import {
createBottomTabNavigator,
} from '@react-navigation/bottom-tabs';
import CustomTabbar from "react-native-custom-tabbar";
// ...
const Tab = createBottomTabNavigator();
return <Tab.Navigator tabBar={(props) => <CustomTabBar {...props} />}/>
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT