Skip to content

Commit dfd3996

Browse files
authored
Merge pull request Expensify#68218 from software-mansion-labs/collectioneur/money-report-header-require-two-factor-auth-modals-enabling-reanimated
enabled reanimated in thisMoneyReportHeader, RequireTwoFactorAuthenticationModal and fixed styles
2 parents cd80be5 + 39dbc87 commit dfd3996

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/MoneyReportHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,7 @@ function MoneyReportHeader({
13071307
isVisible={isPDFModalVisible}
13081308
type={isSmallScreenWidth ? CONST.MODAL.MODAL_TYPE.BOTTOM_DOCKED : CONST.MODAL.MODAL_TYPE.CONFIRM}
13091309
innerContainerStyle={styles.pv0}
1310+
shouldUseReanimatedModal
13101311
>
13111312
<View style={[styles.m5]}>
13121313
<View>

src/components/RequireTwoFactorAuthenticationModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function RequireTwoFactorAuthenticationModal({onCancel = () => {}, description,
4444
type={shouldUseNarrowLayout ? CONST.MODAL.MODAL_TYPE.BOTTOM_DOCKED : CONST.MODAL.MODAL_TYPE.CONFIRM}
4545
innerContainerStyle={{...styles.pb5, ...styles.pt0, ...styles.boxShadowNone}}
4646
shouldEnableNewFocusManagement={shouldEnableNewFocusManagement}
47+
shouldUseReanimatedModal
4748
>
4849
<View>
4950
<View style={[styles.cardSectionIllustration, styles.alignItemsCenter, StyleUtils.getBackgroundColorStyle(LottieAnimations.Safe.backgroundColor)]}>

0 commit comments

Comments
 (0)