since there's no concept of page-level scrolling on iOS and Android React Native apps things work out fine. However, on React Native Web my app components expand beyond the bounds of views and cause the page itself to expand. For example, in the screenshot below I have two FlatLists that expand beyond the viewport and page the page scrollable instead of themselves remaining smaller scrollable views.
How do I constrain the entire app so Views work like they do on other React Native platforms?
Thanks.