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
It is seemingly that the library can not use the listview.Like this: <ListView dataSource={this.state.dataSource.cloneWithRows(this.state.data)} renderRow={(rowData) => } enableEmptySections={true} /> If I use it like this,I cannot scoll the listview.Can I use listview in popover?
The text was updated successfully, but these errors were encountered:
the same problem with me ,What's the fuck!!!
Sorry, something went wrong.
No branches or pull requests
It is seemingly that the library can not use the listview.Like this:
<ListView
dataSource={this.state.dataSource.cloneWithRows(this.state.data)}
renderRow={(rowData) => }
enableEmptySections={true}
/>
If I use it like this,I cannot scoll the listview.Can I use listview in popover?
The text was updated successfully, but these errors were encountered: