diff --git a/docs/touchablenativefeedback.html b/docs/touchablenativefeedback.html index 5c9193d7e27..d5c5c797eaf 100644 --- a/docs/touchablenativefeedback.html +++ b/docs/touchablenativefeedback.html @@ -21,7 +21,7 @@ that represents android theme's default background for selectable elements (?android:attr/selectableItemBackground)
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