Touchable native feedback

React Native's Touchable Native Feedback allows the use of SelectableBackgroundBorderless for the ripple effect. However, this is only supported only on Android API level 21 and higher. BpkTouchableNativeFeedback checks the API level first, to prevent your app from crashing on unsupported devices.

Note: This component is Android only, for iOS please use the BpkTouchableOverlay component.