DEV Community

Discussion on: React Native Custom BottomBar Navigation with BottomSheet

Collapse
 
koko_8350700d1d profile image
Koko Kevranian

I imported the git repository into a expo snack and it works but for some reason the bottom sheet is limited to the context of the bottom tab. How would I fix it to not be limited to the bottom tab on a snack?

Collapse
 
jeff_codes profile image
Jeff Edmondson

React Native Portal solves this. It allows for the bottomsheet element to be injected into a different level of the DOM. I will double check the git repo later!