react-native-animated-tabbar
react-native-animated-tabbar copied to clipboard
feat: feedback on touch for bubbleTabBarItems
Wraps the BubbleTabBarItem
with a RectButton
for feedback on touch, which is a ripple effect on Android and opacity change on iOS (https://docs.swmansion.com/react-native-gesture-handler/docs/component-buttons#rectbutton).
I only tested it on Android (since I don't have a mac, but it should work on iOS) and here's a gif of the example on Android.
closes #79