diff --git a/docs/viewpagerandroid.html b/docs/viewpagerandroid.html
index 667ac472136..e0bd529dcc9 100644
--- a/docs/viewpagerandroid.html
+++ b/docs/viewpagerandroid.html
@@ -34,7 +34,12 @@ The event.nativeEvent object for this callback will carry following
- position - index of first page from the left that is currently visible
- offset - value from range [0,1) describing stage between page transitions.
Value x means that (1 - x) fraction of the page at "position" index is
- visible, and x fraction of the next page is visible.
This callback will be called once ViewPager finish navigating to selected page + visible, and x fraction of the next page is visible.
Function called when the page scrolling state has changed. +The page scrolling state can be in 3 states: +- idle, meaning there is no interaction with the page scroller happening at the time +- dragging, meaning there is currently an interaction with the page scroller +- settling, meaning that there was an interaction with the page scroller, and the + page scroller is now finishing it's closing or opening animation
This callback will be called once ViewPager finish navigating to selected page
(when user swipes between pages). The event.nativeEvent object passed to this
callback will have following fields:
- position - index of page that has been selected