In D8935 I add the `BottomSheetModalProvider` to the root component; however, I made a mistake where I added it in the wrong place. Since we are navigating to our bottomsheets we actually want this provider to be inside `NavigationContainer`
Depends on D9101