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 · 1 comment · May be fixed by #3462
Open

Not Scrollview inside renderSheet #3396

jpcastro4 opened this issue Nov 18, 2024 · 1 comment · May be fixed by #3462
Assignees
Labels

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
@jpcastro4 jpcastro4 added the bug a bug in one of the components label Nov 18, 2024
@adids1221 adids1221 self-assigned this Dec 17, 2024
@adids1221 adids1221 linked a pull request Dec 17, 2024 that will close this issue
@adids1221
Copy link
Contributor

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

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

Successfully merging a pull request may close this issue.

2 participants