Skip to content

Commit

Permalink
Merge pull request #2586 from Expensify/jasper-androidKeyboardDismiss…
Browse files Browse the repository at this point in the history
…Buttons

Allow button presses while keyboard is up on Android
  • Loading branch information
sketchydroide authored Apr 28, 2021
2 parents 7cd1b07 + e38d56f commit cb4e92b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const defaultProps = {
};

const SignInPageLayoutNarrow = props => (
<ScrollView>
<ScrollView keyboardShouldPersistTaps="handled">
<View>
<View style={[styles.signInPageInnerNative]}>
<View style={[styles.signInPageLogoNative]}>
Expand Down

0 comments on commit cb4e92b

Please sign in to comment.