wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.01k stars 2.68k forks source link

BottomTabs shows a top solid border when content is scrolled to the bottom edge on iOS 15 #7859

Open thuongtv-vn opened 3 months ago

thuongtv-vn commented 3 months ago

What happened?

When the content is scrolled to the bottom edge on iOS 15, The BottomTabs shows a top solid border. When content is scrolled up, this top line will be disappeared.

It could be mentioned on: https://github.com/wix/react-native-navigation/issues/7588 https://github.com/wix/react-native-navigation/issues/7334

What was the expected behaviour?

The BottomTabs show correct as configured while scrolling without a line border on the top.

Was it tested on latest react-native-navigation?

Help us reproduce this issue!

The tab contains a scrollview, then scroll the content to the bottom edge. We will see a line border shown on the top of BottomTabs

In what environment did this happen?

React Native Navigation version: 0.78.3 React Native version: 0.73.4 Has Fabric (React Native's new rendering system) enabled: (yes/no) NO Device model: Any iOS simulator iOS version: 15

AdkoToIdeRozbit commented 3 months ago

Same question!