Skip to content

Commit 7d2ec50

Browse files
committed
Merge branch 'main' into feat/use-reanimated-modal-in-help-modal
2 parents 6100297 + 457f8f0 commit 7d2ec50

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/CategorySelector/CategorySelectorModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function CategorySelectorModal({policyID, isVisible, currentCategory, onCategory
3939
hideModalContentWhileAnimating
4040
useNativeDriver
4141
enableEdgeToEdgeBottomSafeAreaPadding
42+
shouldUseReanimatedModal
4243
>
4344
<ScreenWrapper
4445
style={[styles.pb0]}

src/components/Modal/ReanimatedModal/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ function getModalOutAnimation(animationType: AnimationOutType): ValidKeyframePro
8484
}
8585
}
8686

87-
export {getModalInAnimation, getModalInAnimationStyle, getModalOutAnimation, easing};
87+
export {getModalInAnimation, getModalOutAnimation, getModalInAnimationStyle, easing};

src/pages/workspace/WorkspaceMemberRoleSelectionModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function WorkspaceMemberDetailsRoleSelectionModal({isVisible, items, onRoleChang
4545
hideModalContentWhileAnimating
4646
useNativeDriver
4747
enableEdgeToEdgeBottomSafeAreaPadding
48+
shouldUseReanimatedModal
4849
>
4950
<ScreenWrapper
5051
testID={WorkspaceMemberDetailsRoleSelectionModal.displayName}

src/pages/workspace/categories/ExpenseLimitTypeSelector/ExpenseLimitTypeSelectorModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function ExpenseLimitTypeSelectorModal({isVisible, currentExpenseLimitType, onEx
4747
hideModalContentWhileAnimating
4848
useNativeDriver
4949
enableEdgeToEdgeBottomSafeAreaPadding
50+
shouldUseReanimatedModal
5051
>
5152
<ScreenWrapper
5253
style={[styles.pb0]}

src/pages/workspace/distanceRates/UnitSelector/UnitSelectorModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function UnitSelectorModal({isVisible, currentUnit, onUnitSelected, onClose, lab
3636
onModalHide={onClose}
3737
hideModalContentWhileAnimating
3838
useNativeDriver
39+
shouldUseReanimatedModal
3940
>
4041
<ScreenWrapper
4142
style={[styles.pb0]}

0 commit comments

Comments
 (0)