Skip to content

The ScrollBox is not occupying the full available space #24

@omar-bear

Description

@omar-bear

Description

There is an issue with the ScrollBox component: it is unable to occupy the full screen as a ScrollView without resorting to the use of minH, which is not an ideal solution.

In contrast, with the React Native ScrollView component, we can achieve this as shown below:

    <ScrollView
      contentContainerStyle={{ flexGrow: 1 }}
      {...rest}
    >
      {children}
    </ScrollView>

Expected Behavior

The ScrollBox should occupy the entire available space.

Actual Behavior

The ScrollBox is not occupying the full available space.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions