Skip to content

Commit 2849baf

Browse files
BhullnatikFacebook Github Bot 3
authored and
Facebook Github Bot 3
committed
Fix typo in ViewPagerAndroid.android.js
Summary: Closes #7456 Differential Revision: D3299061 fbshipit-source-id: 417995191d675e2ae625926df93412c660d1931a
1 parent b67d4a2 commit 2849baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Components/ViewPager/ViewPagerAndroid.android.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ var ViewPagerAndroid = React.createClass({
207207

208208
/**
209209
* A helper function to scroll to a specific page in the ViewPager.
210-
* The transition between pages will be *not* be animated.
210+
* The transition between pages will *not* be animated.
211211
*/
212212
setPageWithoutAnimation: function(selectedPage: number) {
213213
UIManager.dispatchViewManagerCommand(

0 commit comments

Comments
 (0)