Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Overlaps with Header When Using headerLargeTitle/headerSearchBar with SafeAreaView from react-native-safe-area-context #567

Open
JustJoostNL opened this issue Dec 22, 2024 · 1 comment

Comments

@JustJoostNL
Copy link

Hey!

First of all thank you for creating this library! I have the below issue:

When headerLargeTitle is set to true and/or there is a header search bar, the content of the app renders below the header. This is when the SafeAreaView of this library (react-native-safe-area-context) is being used. When I use the component from react-native it self, this issue doesn't occur. I'd still like to use this library to have the ability to disable some insets/edges in some specific cases.

I guess in this library something is missing on the native side, which results in this bug?

@JustJoostNL JustJoostNL changed the title No insets for when headerLargeTitle/headerSearchBar is enabled, the SafeAreaView does handle this correct but this library not No insets when headerLargeTitle/headerSearchBar are enabled, the SafeAreaView from react-native does handle this correctly but this library not Dec 22, 2024
@JustJoostNL JustJoostNL changed the title No insets when headerLargeTitle/headerSearchBar are enabled, the SafeAreaView from react-native does handle this correctly but this library not Content Overlaps with Header When Using headerLargeTitle/headerSearchBar with SafeAreaView from react-native-safe-area-context Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@JustJoostNL and others