Skip to content

Commit

Permalink
Merge pull request #150 from CovidShield/issue/141/keyboard-on-submit
Browse files Browse the repository at this point in the history
Fix keyboard blocks button onClick
  • Loading branch information
henrytao-me authored Jun 24, 2020
2 parents cc6506d + c17ee2e commit c321517
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 c321517

Please sign in to comment.