diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-26 17:46:06 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-26 17:46:06 -0400 |
commit | b6134c042658994421163ceda21731505098e2ac (patch) | |
tree | 9300255cd22a7afa6f10693e938327904bfabac5 /src/screens/chat/ChatSearchBar.tsx | |
parent | 604dc249185b40ab60c8c44a83e97e30194f9087 (diff) |
linted
Diffstat (limited to 'src/screens/chat/ChatSearchBar.tsx')
-rw-r--r-- | src/screens/chat/ChatSearchBar.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screens/chat/ChatSearchBar.tsx b/src/screens/chat/ChatSearchBar.tsx index 1faf6dc0..3531111b 100644 --- a/src/screens/chat/ChatSearchBar.tsx +++ b/src/screens/chat/ChatSearchBar.tsx @@ -9,10 +9,9 @@ import { TextInputSubmitEditingEventData, TouchableOpacity, View, - ViewStyle, } from 'react-native'; import {normalize} from 'react-native-elements'; -import Animated, {useAnimatedStyle} from 'react-native-reanimated'; +import Animated from 'react-native-reanimated'; interface SearchBarProps extends TextInputProps { onCancel: () => void; |