react-native-paper
react-native-paper copied to clipboard
fix: use ripple effect to the foreground on android API >= 23
Summary
This PR closes #2628 The solution uses foreground effect on Android >= 23 when borderless is true.
Test plan
- Download this branch
- Run on Android API >= 23
- Create TouchableRipple component
- Pass borderless prop with true value
- Check ripple effect
Hey @ahce, thank you for your pull request 🤗. The documentation from this branch can be viewed here.
@lukewalczak can you review this please?