One of our minis has been rejected due to “missing” native transition between screen. Here is the full feedback:
To ensure the native transition between screens, you’ll need to implement navigations programmatically. Please refer to our documentation here: Navigation transitions and make sure there’s a transition between the screens in your Mini before submitting again. You will need the useNavigateWithTransition Hook and the Back Navigation (to go back).
I’m not sure if I’m missing anything but we’re already using the navigateWithTransition hook for forward navigation or any kind of “jump” (eg restart) as well as navigateWithTransition(-1) for the back button.
We’ve also tested on both iOS and Android emulators/devices and can see there is transition between screens so it’s not obvious to me what’s missing.
Has anyone run into this situation?
Here’s the preview on iOS

Here’s the preview on Android
