79432252

Date: 2025-02-12 07:30:28
Score: 1.5
Natty:
Report link

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.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: furkanorkun