diff --git a/Libraries/PullToRefresh/PullToRefreshViewAndroid.android.js b/Libraries/PullToRefresh/PullToRefreshViewAndroid.android.js index 41acc8017..68d6de95d 100644 --- a/Libraries/PullToRefresh/PullToRefreshViewAndroid.android.js +++ b/Libraries/PullToRefresh/PullToRefreshViewAndroid.android.js @@ -23,6 +23,9 @@ var NATIVE_REF = 'native_swiperefreshlayout'; /** * React view that supports a single scrollable child view (e.g. `ScrollView`). When this child * view is at `scrollY: 0`, swiping down triggers an `onRefresh` event. + * + * The style `{flex: 1}` might be required to ensure the expected behavior of the child component + * (e.g. when the child is expected to scroll with `ScrollView` or `ListView`). */ var PullToRefreshViewAndroid = React.createClass({ statics: {