From b0fa92a204799f04958c26e2d99363b98ac7ccba Mon Sep 17 00:00:00 2001 From: rikkekantega Date: Wed, 4 Nov 2020 14:51:40 +0100 Subject: [PATCH] fix: Better accessibility settings for search results --- src/location-search/LocationResults.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/location-search/LocationResults.tsx b/src/location-search/LocationResults.tsx index 79e0f6e78d..888594943b 100644 --- a/src/location-search/LocationResults.tsx +++ b/src/location-search/LocationResults.tsx @@ -8,6 +8,7 @@ import {LocationSearchResult} from './types'; import {FavoriteIcon} from '../favorites'; import ThemeText from '../components/text'; import ThemeIcon from '../components/theme-icon'; +import {screenReaderPause} from '../components/accessible-text'; type Props = { title?: string; @@ -37,7 +38,11 @@ const LocationResults: React.FC = ({ onSelect(searchResult.selectable)} style={styles.locationButton}