Skip to content
New issue

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

Not Scrollview inside renderSheet #3396

Open
jpcastro4 opened this issue Nov 18, 2024 · 2 comments
Open

Not Scrollview inside renderSheet #3396

jpcastro4 opened this issue Nov 18, 2024 · 2 comments

Comments

@jpcastro4
Copy link

jpcastro4 commented Nov 18, 2024

Description

Inside ActionSheet on Android not possible scrollview for much items.

Related to

  • [x ] Components

Steps to reproduce

Add more 50 items in options

Expected behavior

Scroll items

Suggested

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>;
  }

Affected platforms

  • [x ] Android
@adids1221
Copy link
Contributor

Hi @jpcastro4 we are working on a solution, we will update.

This was referenced Dec 29, 2024
@adids1221 adids1221 removed bug a bug in one of the components waiting-for-response labels Feb 9, 2025
@adids1221
Copy link
Contributor

Duplicate of #2873.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants