diff options
Diffstat (limited to 'src/screens')
| -rw-r--r-- | src/screens/chat/ChatSearchBar.tsx | 3 | ||||
| -rw-r--r-- | src/screens/chat/NewChatModal.tsx | 1 |
2 files changed, 1 insertions, 3 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; diff --git a/src/screens/chat/NewChatModal.tsx b/src/screens/chat/NewChatModal.tsx index 3d9a1d70..0b0661f9 100644 --- a/src/screens/chat/NewChatModal.tsx +++ b/src/screens/chat/NewChatModal.tsx @@ -7,7 +7,6 @@ import { Text, View, } from 'react-native'; -import {useSharedValue} from 'react-native-reanimated'; import {BottomDrawer} from '../../components'; import { SEARCH_ENDPOINT_MESSAGES, |
