I haven't seen a way to make a container non-scrollable in the docs. Is there any way to implement this? My main issue is that after adding tabs to a container, both the tabbed view and the parent container are both scrollable, leading to usability problems.
Thank you so much, I'm new to react native and this is the best boilerplate I've seen so far. I'm evaluating for my project, and if it works out, would definitely buy some themes.
My workaround:
when setting Content to horizontal={true} the Tabs don't work
Same error here

Use scrollEnabled={false}
Most helpful comment
Use
scrollEnabled={false}