Skip to content

Commit b9e9fa4

Browse files
committed
change the animation type
1 parent a2ccda7 commit b9e9fa4

File tree

1 file changed

+3
-1
lines changed
  • src/libs/Navigation/AppNavigator/ModalStackNavigators

1 file changed

+3
-1
lines changed

src/libs/Navigation/AppNavigator/ModalStackNavigators/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ const OPTIONS_PER_SCREEN: Partial<Record<Screen, PlatformStackNavigationOptions>
9191
[SCREENS.MISSING_PERSONAL_DETAILS]: {
9292
animationTypeForReplace: 'push',
9393
},
94-
94+
[SCREENS.SETTINGS.ADD_BANK_ACCOUNT]: {
95+
animationTypeForReplace: 'push',
96+
},
9597
[SCREENS.MULTIFACTOR_AUTHENTICATION.MAGIC_CODE]: {
9698
animationTypeForReplace: 'push',
9799
},

0 commit comments

Comments
 (0)