react-native-bottom-sheet icon indicating copy to clipboard operation
react-native-bottom-sheet copied to clipboard

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

Open lucferrario opened this issue 1 year ago • 2 comments

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!

lucferrario avatar May 31 '24 21:05 lucferrario

@lucaferrarioo: hello! :wave:

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

github-actions[bot] avatar May 31 '24 21:05 github-actions[bot]

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.

github-actions[bot] avatar Jul 01 '24 09:07 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Jul 07 '24 09:07 github-actions[bot]

Hi :)

Have you found a solution?

Thank you so much!

GaylordP avatar Nov 17 '24 17:11 GaylordP

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: @.***>

lucferrario avatar Nov 17 '24 21:11 lucferrario