Skip to content

Commit

Permalink
Merge pull request CovidShield#150 from CovidShield/issue/141/keyboar…
Browse files Browse the repository at this point in the history
…d-on-submit

Fix keyboard blocks button onClick
  • Loading branch information
henrytao-me authored Jun 24, 2020
2 parents bbaf0ca + 3fb65ea commit 9864ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/datasharing/DataSharing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const DataSharingScreen = () => {
navLabel={i18n.translate('DataUpload.Cancel')}
onIconClicked={close}
/>
<ScrollView style={styles.flex}>
<ScrollView style={styles.flex} keyboardShouldPersistTaps="handled">
{!isVerified && (
<FormView value={codeValue} onChange={handleChange} onSuccess={handleVerify} onError={onError} />
)}
Expand Down

0 comments on commit 9864ccb

Please sign in to comment.