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
We're creating a navigator using createNativeStackNavigator and we have a screen with options { stackPresentation: 'transparentModal', stackAnimation: 'none' }
We're doing our own animation with a backdrop, so we need to be able to disable the system animation
Currently stackAnimation only works with stack transitions
Tested on iOS
The text was updated successfully, but these errors were encountered:
We're creating a navigator using
createNativeStackNavigator
and we have a screen with options{ stackPresentation: 'transparentModal', stackAnimation: 'none' }
We're doing our own animation with a backdrop, so we need to be able to disable the system animation
Currently
stackAnimation
only works with stack transitionsTested on iOS
The text was updated successfully, but these errors were encountered: