我正在尝试在pullview组件中放置拉动刷新功能,但是每次刷新调用时,scrollview都会隐藏在android中。这在ios中工作正常。
<ScrollView
style={styles.scrollViewContainer}
alwaysBounceVertical={false}
refreshControl={
<RefreshControl
refreshing={false}
onRefresh={this.onRefresh}
title="Refreshing data"
/>
}
>
反应本机版本-0.55.4