From 2849bafbc37429377cc5c5a57774dce22ffaf9c9 Mon Sep 17 00:00:00 2001 From: Jimmy Mayoukou Date: Fri, 13 May 2016 11:48:32 -0700 Subject: [PATCH] Fix typo in ViewPagerAndroid.android.js Summary: Closes https://github.com/facebook/react-native/pull/7456 Differential Revision: D3299061 fbshipit-source-id: 417995191d675e2ae625926df93412c660d1931a --- Libraries/Components/ViewPager/ViewPagerAndroid.android.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/ViewPager/ViewPagerAndroid.android.js b/Libraries/Components/ViewPager/ViewPagerAndroid.android.js index b386f7880..d14dc91a5 100644 --- a/Libraries/Components/ViewPager/ViewPagerAndroid.android.js +++ b/Libraries/Components/ViewPager/ViewPagerAndroid.android.js @@ -207,7 +207,7 @@ var ViewPagerAndroid = React.createClass({ /** * A helper function to scroll to a specific page in the ViewPager. - * The transition between pages will be *not* be animated. + * The transition between pages will *not* be animated. */ setPageWithoutAnimation: function(selectedPage: number) { UIManager.dispatchViewManagerCommand(