Getting rejected due to useNavigateWithTransition usage

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

iOS-output

Here’s the preview on Android

android-output

You should have received a DM about this

Hi @steve-t-shopify

Thank you for your reply.

David has responded to me via email earlier but just wanted to make sure I don’t miss anything, did you mean that or DM on this community?

Thanks again for looking into this.