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

Allow Bottom Sheet modal to be added over Expo navigation bottom bar #1850

Open
lucaferrarioo opened this issue May 31, 2024 · 2 comments
Open
Labels
enhancement New feature or request no-issue-activity

Comments

@lucaferrarioo
Copy link

lucaferrarioo commented May 31, 2024

Allow bottom sheet modal over expo navigation navigation bar

I am building a react native app with expo navigation, and using bottom sheet modals they stay below the navigation bar.
Like this:
image

Reading other discussions on here i noticed people solved the issue on react native navigation through the bottom sheet modal container, which i placed in the root _layout.tsx file:

return ( <Provider store={store}> <KeyboardProvider> <ThemeProvider value={colorScheme === "dark" ? DarkTheme : DefaultTheme} > <BottomSheetModalProvider> <Root /> <BannerError /> </BottomSheetModalProvider> </ThemeProvider> </KeyboardProvider> </Provider> );

Even after adding it i still can't manage to display the bottom sheet modal over the navigation bar, and I am wondering if it's linked to the fact that instead of react navigation i am using expo navigation.

thanks in advance!

Copy link

@lucaferrarioo: hello! 👋

This issue is being automatically closed because it does not follow the issue template.

Copy link

github-actions bot commented Jul 1, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-issue-activity
Projects
None yet
Development

No branches or pull requests

1 participant