fix keyboard close on adding a tag

This commit is contained in:
ammarahm-ed
2020-12-31 12:16:28 +05:00
parent 5263bd5939
commit fb9457086e
2 changed files with 11 additions and 2 deletions

View File

@@ -496,6 +496,8 @@ export const ActionSheetComponent = ({
onScrollEndDrag={onScrollEnd}
onScrollAnimationEnd={onScrollEnd}
onMomentumScrollEnd={onScrollEnd}
keyboardShouldPersistTaps="always"
keyboardDismissMode="none"
onLayout={() => {
if (!item.dateDeleted) {
localRefresh(item.type, true);