From b6cb0e1246c23a21b2b36da5bf83cc6c97ce464c Mon Sep 17 00:00:00 2001 From: ChristianHersevoort Date: Fri, 18 Sep 2015 10:17:35 -0700 Subject: [PATCH] Fixed typo in TouchableNativeFeedback docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Closes https://github.com/facebook/react-native/pull/2843 Reviewed By: @​svcscm Differential Revision: D2457197 Pulled By: @foghina --- .../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 b993f1bab..51a9415ed 100644 --- a/Libraries/Components/Touchable/TouchableNativeFeedback.android.js +++ b/Libraries/Components/Touchable/TouchableNativeFeedback.android.js @@ -70,7 +70,7 @@ var PRESS_RECT_OFFSET = {top: 20, left: 20, right: 20, bottom: 30}; * * Button * - * + * * ); * }, * ```