We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<RecyclerListView dataProvider={this.dataProviders1.cloneWithRows(this.state.userList)} disableRecycling enderAheadOffset={100} forceNonDeterministicRendering layoutProvider={this.layoutProvider} onEndReached={this.scrollLoad} onEndReachedThreshold={100} rowRenderer={this.createUse} scrollViewProps={{ showsVerticalScrollIndicator: false }} />
I have set the showsVerticalScrollIndicator to false, but it does not work. How could I do so that I can hide the scroll bar?.
The text was updated successfully, but these errors were encountered:
直接在RecyclerListView层设置就可以把
Sorry, something went wrong.
No branches or pull requests
<RecyclerListView
dataProvider={this.dataProviders1.cloneWithRows(this.state.userList)}
disableRecycling
enderAheadOffset={100}
forceNonDeterministicRendering
layoutProvider={this.layoutProvider}
onEndReached={this.scrollLoad}
onEndReachedThreshold={100}
rowRenderer={this.createUse}
scrollViewProps={{ showsVerticalScrollIndicator: false }}
/>
I have set the showsVerticalScrollIndicator to false, but it does not work. How could I do so that I can hide the scroll bar?.
The text was updated successfully, but these errors were encountered: