Skip to content

Commit

Permalink
Integrate 'didScreenTransitionEnd' prop in MoneyRequestParticipantsPage
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovjk committed Dec 7, 2023
1 parent 9eafd1f commit a5ed7d8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function MoneyRequestParticipantsPage({iou, selectedTab, route, transaction}) {
onEntryTransitionEnd={() => optionsSelectorRef.current && optionsSelectorRef.current.focus()}
testID={MoneyRequestParticipantsPage.displayName}
>
{({safeAreaPaddingBottomStyle}) => (
{({safeAreaPaddingBottomStyle, didScreenTransitionEnd}) => (
<View style={styles.flex1}>
<HeaderWithBackButton
title={headerTitle}
Expand All @@ -148,6 +148,7 @@ function MoneyRequestParticipantsPage({iou, selectedTab, route, transaction}) {
iouType={iouType}
isDistanceRequest={isDistanceRequest}
isScanRequest={isScanRequest}
didScreenTransitionEnd={didScreenTransitionEnd}
/>
</View>
)}
Expand Down

0 comments on commit a5ed7d8

Please sign in to comment.