From 166971fad3737aec68e2f0a0980af381d027a669 Mon Sep 17 00:00:00 2001
From: Travis CI
2) TouchableNativeFeedback.SelectableBackgroundBorderless() - will create object that represent android theme's default background for borderless selectable elements (?android:attr/selectableItemBackgroundBorderless). -Available on android API level 21+
3) TouchableNativeFeedback.RippleAndroid(color, borderless) - will create +Available on android API level 21+
3) TouchableNativeFeedback.Ripple(color, borderless) - will create
object that represents ripple drawable with specified color (as a
string). If property borderless evaluates to true the ripple will
render outside of the view bounds (see native actionbar buttons as an