diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-08 20:46:05 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-03-08 20:46:05 -0500 |
commit | 64a454efe603455f17a401a9d2c75e72f22c1f4f (patch) | |
tree | bb0df686ffdb8afe16c242532c6dcfd7038c7018 | |
parent | f899dc058f90813c5ae71e55407a11e6ca13e1ed (diff) |
added padding
-rw-r--r-- | src/components/search/SearchResultList.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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<SearchResultsProps> = ({ const styles = StyleSheet.create({ container: { height: SCREEN_HEIGHT, + paddingBottom: SCREEN_HEIGHT * 0.1, }, sectionHeaderStyle: { width: '100%', |