Props
ScrollView
或者换句话说
Prop
卷轴视图
例如
<ScrollView scrollEnabled={this.state.scrollEnabled} onScroll={(y) => { if (y.nativeEvent.contentOffset.y <= 0 ) { // }
https://facebook.github.io/react-native/docs/scrollview#refreshcontrol