If you want to completely remove the ripple effect, you can customize tabBarButtons in the Tabs screenOptions.
Create your own Pressable component and add android_ripple={{ color: 'transparent' }}.
For better understanding, when Expo is first installed, HapticTab.tsx is created under the components folder. When you add android_ripple={{ color: 'transparent' }}, you'll see that the effect is removed.