diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index 080fc801856c25..68ac9b987a175a 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -326,7 +326,8 @@ const ScrollView = React.createClass({ /** * A RefreshControl component, used to provide pull-to-refresh - * functionality for the ScrollView. + * functionality for the ScrollView. Only works for vertical ScrollViews + * (`horizontal` prop must be `false`). * * See [RefreshControl](docs/refreshcontrol.html). */