Allow Bottom Sheet modal to be added over Expo navigation bottom bar
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:
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!
@lucaferrarioo: hello! :wave:
This issue is being automatically closed because it does not follow the issue template.
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.
This issue was closed because it has been stalled for 5 days with no activity.
Hi :)
Have you found a solution?
Thank you so much!
Hi!
I wish, but i did not. not even with portals or anything.
happy tweaking tho!
On Sun, 17 Nov 2024 at 18:26, Gaylord POILLON @.***> wrote:
Hi :)
Have you found a solution?
Thank you so much!
— Reply to this email directly, view it on GitHub https://github.com/gorhom/react-native-bottom-sheet/issues/1850#issuecomment-2481392373, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARJQSCGDEBLWQA6CA6IJUVL2BDGSVAVCNFSM6AAAAABITQCN6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBRGM4TEMZXGM . You are receiving this because you were mentioned.Message ID: @.***>