0.1.0 • Published 3 years ago

react-native-custom-tabbar v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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