I'm using react-native-tab-view and I want to have the material ripple effect work on iOS. I'd also like to be able to customize the ripple color, opacity and size.
Does anyone know how to do this? I'm trying to avoid creating an entirely custom TabBar component.
I can also use react-navigation's material-top-tab-navigator if that will help!
Any suggestions would be greatly appreciated!