React native – How to remove ripple effect in <Tab.Navigator React-Native
Im currently creating a tab navigator for an app, but everytime I press on one of my <Tab.Screen there is a ripple effect which I want to remove. <Tab.Navigator screenOptions={{ headerShown: false, tabBarStyle: styles.tabBar, tabBarShowLabel: false, }} > </Tab.Navigator> Thats…