PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
815 stars 161 forks source link

IOS : facing issue in ios with safeAreaView #355

Open sanju280696 opened 11 months ago

sanju280696 commented 11 months ago

Hello, I'm using safeAreaView on screen but am not able to scroll to the full status bar. here I attached screenshot please check.

Screenshot 2023-07-20 at 4 58 16 PM
llulioscesar commented 10 months ago

same problem on ios Simulator Screenshot - iPhone 11 - 2023-07-24 at 09 37 40

on android it works fine

Screenshot_1690209498

davram88 commented 10 months ago

Same problem, any update?

CMDezz commented 10 months ago

https://stackoverflow.com/questions/39297291/how-to-set-ios-status-bar-background-color-in-react-native/67511254#67511254 This one may fix your problem, it worked for me