Search Docs
If you expirence issues with ScrollView content being below the tab bar, add contentInsetAdjustmentBehavior="automatic" to the ScrollView component.
contentInsetAdjustmentBehavior="automatic"
<ScrollView contentInsetAdjustmentBehavior="automatic"> {/* content */} </ScrollView>