Skip to content

Commit fa8bdd4

Browse files
authored
Merge pull request Expensify#81373 from daledah/fix/81181
fix: referral banner hides behind keyboard
2 parents 2a3d100 + 52296a9 commit fa8bdd4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/Share/ShareRootPage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ function ShareRootPage() {
171171

172172
return (
173173
<ScreenWrapper
174-
includeSafeAreaPaddingBottom={false}
175-
shouldEnableKeyboardAvoidingView={false}
174+
includeSafeAreaPaddingBottom
176175
shouldEnableMinHeight={canUseTouchScreen()}
177176
testID="ShareRootPage"
178177
>

0 commit comments

Comments
 (0)