mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 17:30:25 +00:00
Wrong function name
Summary: RippleAndroid is actually Ripple Closes https://github.com/facebook/react-native/pull/2710 Reviewed By: @svcscm Differential Revision: D2452607 Pulled By: @mkonicek
This commit is contained in:
parent
86ff767268
commit
f762a55abd
@ -95,7 +95,7 @@ var TouchableNativeFeedback = React.createClass({
|
||||
* selectable elements (?android:attr/selectableItemBackgroundBorderless).
|
||||
* Available on android API level 21+
|
||||
*
|
||||
* 3) TouchableNativeFeedback.RippleAndroid(color, borderless) - will create
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user