You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, this inherently creates two sibling stack navigators, which apparently react navigation does not allow:
Another navigator is already registered for this container. You likely have multiple navigators under a single "NavigationContainer" or "Screen". Make sure each navigator is under a separate "Screen" container. See https://reactnavigation.org/docs/nesting-navigators for a guide on nesting.
is this a known limitation of the integration and only one bottom sheet can support navigation?
does anyone know the proper way to implement sibling bottom sheets while still supporting navigation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thank you for this amazing package 🚀
I am trying to have multiple bottom sheets (siblings) similar to the example map app https://github.com/gorhom/react-native-bottom-sheet/blob/master/example/bare/src/screens/integrations/MapExample.tsx
However, I also need to support react navigation. I followed the instructions / example for integrating navigation: https://github.com/gorhom/react-native-bottom-sheet/blob/master/example/bare/src/screens/integrations/NavigatorExample.tsx
however, this inherently creates two sibling stack navigators, which apparently react navigation does not allow:
is this a known limitation of the integration and only one bottom sheet can support navigation?
does anyone know the proper way to implement sibling bottom sheets while still supporting navigation?
Beta Was this translation helpful? Give feedback.
All reactions