I am trying to create an iOS style modal with react navigator, it all works fine and opens it up when calling it from the main navigator, however when I have a nested navigator, the effect of opening it is buggy, the background screen doesn't transition to the original position from the new smaller resized position, rather it "jumps out" creating a not fluid effect.
Here is a reproducible example (only tested on iOS): https://snack.expo.io/@functionscope/opening-a-full-screen-modal-%7C-react-navigation?platform=ios
Any ideas?