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

The ScrollBox is not occupying the full available space #24

Open
omar-bear opened this issue Feb 16, 2024 · 0 comments
Open

The ScrollBox is not occupying the full available space #24

omar-bear opened this issue Feb 16, 2024 · 0 comments
Milestone

Comments

@omar-bear
Copy link
Contributor

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.

@ntorionbearstudio ntorionbearstudio added this to the 1.1.0 milestone May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants