okwasniewski / react-native-bottom-tabs

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

(iOS) Scrollbar is offset by approx 30px #49

Open dylancom opened 3 hours ago

dylancom commented 3 hours ago

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 2 hours ago

Interesting... setting automaticallyAdjustsScrollIndicatorInsets={false} on ScrollView fixes this 😅

dylancom commented 2 hours ago

Interesting indeed! Maybe because insets are set manually?