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