Fix typo in ViewPagerAndroid.android.js

Summary: Closes https://github.com/facebook/react-native/pull/7456

Differential Revision: D3299061

fbshipit-source-id: 417995191d675e2ae625926df93412c660d1931a
This commit is contained in:
Jimmy Mayoukou 2016-05-13 11:48:32 -07:00 committed by Facebook Github Bot 3
parent b67d4a20d7
commit 2849bafbc3
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ var ViewPagerAndroid = React.createClass({
/** /**
* A helper function to scroll to a specific page in the ViewPager. * 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) { setPageWithoutAnimation: function(selectedPage: number) {
UIManager.dispatchViewManagerCommand( UIManager.dispatchViewManagerCommand(