mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 20:44:10 +00: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:
parent
b67d4a20d7
commit
2849bafbc3
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user