You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Expected Behavior
The ScrollBox should occupy the entire available space.
Actual Behavior
The ScrollBox is not occupying the full available space.
The text was updated successfully, but these errors were encountered: