okwasniewski / react-native-bottom-tabs

Native Bottom Tabs for React Native
https://www.npmjs.com/package/react-native-bottom-tabs
MIT License
284 stars 9 forks source link

fix: Add ScrollView adjustment automatic #43

Closed okwasniewski closed 9 hours ago

okwasniewski commented 18 hours ago

This PR fixes content insets in examples.

okwasniewski commented 18 hours ago

cc: @dylancom

Forgot to add this, but this fixes the issue

dylancom commented 18 hours ago

Perfect!

dylancom commented 6 hours ago

@okwasniewski Still the scrollbar is offset approx 30px. The content isn't offset but the bar on the right for some reason. AFAIK it should touch the top?

okwasniewski commented 6 hours ago

@dylancom My guess is that its the issue with how Native Stack lays out screens and works with safe area if you ignore safe area insets then it goes below the top bar. Probably this needs a separate issue

dylancom commented 5 hours ago

Oke created a new issues #49