Skip to content

Commit

Permalink
Update leftModalNavigator comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Dec 18, 2023
1 parent 02953bf commit b54996f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default (isSmallScreenWidth: boolean, themeStyles: ThemeStyles): ScreenOp
cardStyleInterpolator: (props) => modalCardStyleInterpolator(isSmallScreenWidth, false, props, SLIDE_LEFT_OUTPUT_RANGE_MULTIPLIER),
presentation: 'transparentModal',

// We want pop in RHP since there are some flows that would work weird otherwise
// We want pop in LHP since there are some flows that would work weird otherwise
animationTypeForReplace: 'pop',
cardStyle: {
...getNavigationModalCardStyle(),
Expand Down

0 comments on commit b54996f

Please sign in to comment.