Skip to content

Commit a5ed7d8

Browse files
committed
Integrate 'didScreenTransitionEnd' prop in MoneyRequestParticipantsPage
1 parent 9eafd1f commit a5ed7d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/iou/steps/MoneyRequstParticipantsPage/MoneyRequestParticipantsPage.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function MoneyRequestParticipantsPage({iou, selectedTab, route, transaction}) {
132132
onEntryTransitionEnd={() => optionsSelectorRef.current && optionsSelectorRef.current.focus()}
133133
testID={MoneyRequestParticipantsPage.displayName}
134134
>
135-
{({safeAreaPaddingBottomStyle}) => (
135+
{({safeAreaPaddingBottomStyle, didScreenTransitionEnd}) => (
136136
<View style={styles.flex1}>
137137
<HeaderWithBackButton
138138
title={headerTitle}
@@ -148,6 +148,7 @@ function MoneyRequestParticipantsPage({iou, selectedTab, route, transaction}) {
148148
iouType={iouType}
149149
isDistanceRequest={isDistanceRequest}
150150
isScanRequest={isScanRequest}
151+
didScreenTransitionEnd={didScreenTransitionEnd}
151152
/>
152153
</View>
153154
)}

0 commit comments

Comments
 (0)