From b6134c042658994421163ceda21731505098e2ac Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 26 Apr 2021 17:46:06 -0400 Subject: linted --- src/components/search/SearchBar.tsx | 2 +- src/screens/chat/ChatSearchBar.tsx | 3 +-- src/screens/chat/NewChatModal.tsx | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/components/search/SearchBar.tsx b/src/components/search/SearchBar.tsx index d441b07b..ea36d58b 100644 --- a/src/components/search/SearchBar.tsx +++ b/src/components/search/SearchBar.tsx @@ -128,7 +128,7 @@ const SearchBar: React.FC = ({ style={styles.searchIcon} /> 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, -- cgit v1.2.3-70-g09d2