We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the inside an Stack presentationModal like
layout
<Stack.Screen name="[id]" options={{ headerShown: false, presentation: 'modal' }} ></Stack.Screen>
and inside [id].tsx
<SafeAreaView style={{ flex: 1 }}> <ScrollView contentContainerClassName="flex-1">
the top padding on an iPhone 15 pro max is huge. the useSafeAreaInsets returns 59px.
useSafeAreaInsets
While on android it doesnt add anything, Note that on Android it doesn't open in a modal but it doesnt apply enough padding.
The text was updated successfully, but these errors were encountered:
You need a SafeAreaProvider within each screen stack
SafeAreaProvider
Sorry, something went wrong.
No branches or pull requests
When using the inside an Stack presentationModal like
layout
and inside [id].tsx
the top padding on an iPhone 15 pro max is huge.
the
useSafeAreaInsets
returns 59px.While on android it doesnt add anything, Note that on Android it doesn't open in a modal but it doesnt apply enough padding.
The text was updated successfully, but these errors were encountered: