This diff adds the BottomSheetModalProvider to our tree of providers in the root component. We need to add this provider so we can open up and use the bottom sheet from anywhere in the app
Used the following docs to help me with this implementation:
Differential D8935
[native] add BottomSheetModalProvider to the root component Authored by ginsu on Aug 24 2023, 8:01 PM.
Details This diff adds the BottomSheetModalProvider to our tree of providers in the root component. We need to add this provider so we can open up and use the bottom sheet from anywhere in the app Used the following docs to help me with this implementation: Please see demo video below showing that I can present the bottom sheet
Diff Detail
Event Timeline
Comment Actions Haven't seen how BottomSheetModalProvider was implemented, but this seems like a reasonable place to place the provider in the hierarchy. | ||||||||||