Add doc for RefreshControl on the website

Summary:
Exposes the doc for RefreshControl and add a link to the component page in ScrollView.
Closes https://github.com/facebook/react-native/pull/5209

Reviewed By: svcscm

Differential Revision: D2818217

Pulled By: mkonicek

fb-gh-sync-id: eb1ae70103e6a02af3a12866509f68eacc413dfd
This commit is contained in:
Janic Duplessis 2016-01-13 11:33:37 -08:00 committed by facebook-github-bot-1
parent f8f5cb1fcf
commit f5062d0840
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@ var ScrollView = React.createClass({
/**
* A RefreshControl component, used to provide pull-to-refresh
* functionality for the ScrollView.
*
* See [RefreshControl](http://facebook.github.io/react-native/docs/refreshcontrol.html).
*/
refreshControl: PropTypes.element,