From 64a454efe603455f17a401a9d2c75e72f22c1f4f Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 8 Mar 2021 20:46:05 -0500 Subject: added padding --- src/components/search/SearchResultList.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components') diff --git a/src/components/search/SearchResultList.tsx b/src/components/search/SearchResultList.tsx index 939bfa2b..613ab734 100644 --- a/src/components/search/SearchResultList.tsx +++ b/src/components/search/SearchResultList.tsx @@ -75,6 +75,7 @@ const SearchResultList: React.FC = ({ const styles = StyleSheet.create({ container: { height: SCREEN_HEIGHT, + paddingBottom: SCREEN_HEIGHT * 0.1, }, sectionHeaderStyle: { width: '100%', -- cgit v1.2.3-70-g09d2