react-native-tab-view
react-native-tab-view copied to clipboard
[Suggestion] Passing ripple options for android
Seems like there is a prop pressColor for android_ripple.color, however android_ripple.bordeless seems hard-coded. Would it be possible to pass this setting as a prop as well?
Couldn't find version numbers for the following packages in the issue:
-
react-native
-
react-native-tab-view
-
react-native-pager-view
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
What's the effect that you want to achieve?
Hi @satya164 I just want to customize the ripple effect. Make it borderless or not borderless at will. Change color at will.
android_ripple={{ borderless: true }}
This is how it is set currently. Would be nice to pass android_ripple props, and otherwise, make it borderless if no props passed.