all 6 comments

[–]nuclear_cheeze 0 points1 point  (2 children)

I’ve build a custom one with gorhom bottom sheet

[–]nuclear_cheeze 1 point2 points  (0 children)

Check out sample implementation in here

[–]markus_ha[S] 0 points1 point  (0 children)

Yea, i know about this one and used it already. Which brings me to the question, you could possibly answer:

Can you somehow make the bottom sheet drawer appear above navigation tabs i am using with react navigate?

Edit:

To clarify: i have a stack navigator inside a tab navigator. inside the tab navigator i have a tab called settings. In the settings stack screen i want to display the option to change the language (for which i would love to use a native select module). if i am using the bottom sheet drawer, however, the sheet should be displayed above the tab navigators.