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:
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(
|
||||
|
|
Loading…
Reference in New Issue