From 2787ddea5c8c354c0ca58378b1297ee2b42a907f Mon Sep 17 00:00:00 2001 From: George Rusu Date: Wed, 26 May 2021 10:55:57 -0700 Subject: Fix tag selection screen clickable --- src/components/common/TaggUserSelectionCell.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/common/TaggUserSelectionCell.tsx b/src/components/common/TaggUserSelectionCell.tsx index 2ea1e4ce..5424ab9b 100644 --- a/src/components/common/TaggUserSelectionCell.tsx +++ b/src/components/common/TaggUserSelectionCell.tsx @@ -1,5 +1,9 @@ import React, {useEffect, useState} from 'react'; import {StyleSheet, View} from 'react-native'; +import { + TouchableOpacity, + TouchableWithoutFeedback, +} from 'react-native-gesture-handler'; import {ProfilePreview} from '..'; import {ProfilePreviewType, ScreenType} from '../../types'; import {SCREEN_WIDTH} from '../../utils'; @@ -48,7 +52,7 @@ const TaggUserSelectionCell: React.FC = ({ } }; return ( - + = ({ /> - + ); }; -- cgit v1.2.3-70-g09d2