aboutsummaryrefslogtreecommitdiff
path: root/src/screens/search
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-01-22 19:13:53 -0500
committerGitHub <noreply@github.com>2021-01-22 19:13:53 -0500
commit2262d4937d0248e4742f149c7aa4ec79f76c8478 (patch)
tree308517c416605f13163bf6847e5c322ee23ab2e8 /src/screens/search
parent9921e80e60cb24d0fc7b99123a8b146c6e7d14ff (diff)
parente5915b02008dfcebe08de063f0440974c8415d4b (diff)
Merge pull request #196 from IvanIFChen/tma552-adjust-styles-and-sizes
[TMA-552] Adjust Styles and Sizes
Diffstat (limited to 'src/screens/search')
-rw-r--r--src/screens/search/SearchScreen.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx
index f231cb78..059bd968 100644
--- a/src/screens/search/SearchScreen.tsx
+++ b/src/screens/search/SearchScreen.tsx
@@ -2,6 +2,7 @@ import AsyncStorage from '@react-native-community/async-storage';
import {useFocusEffect} from '@react-navigation/native';
import React, {useCallback, useEffect, useState} from 'react';
import {
+ Dimensions,
Keyboard,
RefreshControl,
ScrollView,