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
Inside ActionSheet on Android not possible scrollview for much items.
Add more 50 items in options
Scroll items
I am suggest add ScrollView inside renderSheet for resolve bug
renderSheet() { const { renderTitle } = this.props; const { containerStyle } = this.props; return <View style={[styles.sheet, containerStyle]}> {_isFunction(renderTitle) ? renderTitle() : this.renderTitle()} <ScrollView> {this.renderActions()} </ScrollView> </View>; }
The text was updated successfully, but these errors were encountered:
Hi @jpcastro4 we are working on a solution, we will update.
Sorry, something went wrong.
adids1221
Successfully merging a pull request may close this issue.
Description
Inside ActionSheet on Android not possible scrollview for much items.
Related to
Steps to reproduce
Add more 50 items in options
Expected behavior
Scroll items
Suggested
I am suggest add ScrollView inside renderSheet for resolve bug
Affected platforms
The text was updated successfully, but these errors were encountered: