From f762a55abd1bef39162879df7d99e250427232ae Mon Sep 17 00:00:00 2001 From: Jason Als Date: Mon, 21 Sep 2015 08:58:42 -0700 Subject: [PATCH] Wrong function name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: RippleAndroid is actually Ripple Closes https://github.com/facebook/react-native/pull/2710 Reviewed By: @​svcscm Differential Revision: D2452607 Pulled By: @mkonicek --- .../Components/Touchable/TouchableNativeFeedback.android.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/Touchable/TouchableNativeFeedback.android.js b/Libraries/Components/Touchable/TouchableNativeFeedback.android.js index 51a9415ed..ddffe9752 100644 --- a/Libraries/Components/Touchable/TouchableNativeFeedback.android.js +++ b/Libraries/Components/Touchable/TouchableNativeFeedback.android.js @@ -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