Multiple BottomSheetModalProvider #1273
Zack-Heisnberg
started this conversation in
Ideas
Replies: 1 comment
-
@Zack-Heisnberg thanks alot for sharing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ,
did you know that you can use Multiple BottomSheetModalProvider ,
For example in an app i am working on right now ,
we needed the bottonsheets to be above the Navigation for most of the case ,
but we also needed a single bottomsheet to be Over the navigation
i could achieve this by using a BottomSheetModalProvider on my
and inside that screen only , even the screen is nested under the first BottomSheetModalProvider ,
the context get changed and the BottomSheetModal would look for only the first BottomSheetModalProvider it's finds
do you think my approach is correct ? , and should that be in docs ?
Beta Was this translation helpful? Give feedback.
All reactions