mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-19 21:29:36 +08:00
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:
committed by
Facebook Github Bot 3
parent
b67d4a20d7
commit
2849bafbc3
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user