torgeadelin/react-native-animated-nav-tab-bar

Help Required

iusama46 opened this issue · 1 comments

How can I use the floating layout? That has less round corners , tab style border radius is not working

<Tabs.Navigator
screenOptions={{
tabBarHideOnKeyboard: true,
}}

        tabBarOptions={{
            tabStyle: {
                backgroundColor: AppColors.white,
                borderRadius:2
            },
            activeTintColor: AppColors.bottomNavBarIconColor,
            inactiveTintColor: "#222222",
            activeBackgroundColor: AppColors.bottomNavBarColor,
        
            labelStyle: {
                fontSize: 12,
                fontFamily: Fonts.regular,
                color:AppColors.black
            },

        }} >

Solution

appearance={{ dotCornerRadius:10}}