React Navigation V6 Multi Modal Transition Setup
Today I wanted share a quick snippet for React Navigation V6, how to setup a multi-modal transition structure with the use of their Group API.
Let’s say you wanted 2 (or more) modal types, one group of modals that opened in full screen and another group that opened in the Presentation mode.