Skip to content

Not Scrollview inside renderSheet #3396

Open
@jpcastro4

Description

@jpcastro4

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions