Skip to content

Commit 4763b8a

Browse files
committed
remove unused import
1 parent 4668c37 commit 4763b8a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

examples/SampleApp/src/screens/ChannelScreen.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
11
import React, { useContext, useEffect, useState } from 'react';
2-
import {
3-
Platform,
4-
StyleSheet,
5-
Text,
6-
TouchableOpacity,
7-
View,
8-
} from 'react-native';
2+
import { Platform, StyleSheet, TouchableOpacity, View } from 'react-native';
93
import {
104
RouteProp,
115
useFocusEffect,
126
useNavigation,
137
} from '@react-navigation/native';
148
import { useSafeAreaInsets } from 'react-native-safe-area-context';
159
import {
16-
Avatar,
1710
Channel,
1811
ChannelAvatar,
19-
getChannelPreviewDisplayAvatar,
20-
GroupAvatar,
2112
MessageInput,
2213
MessageList,
23-
Spinner,
2414
ThreadContextValue,
2515
useChannelPreviewDisplayName,
2616
useChatContext,

0 commit comments

Comments
 (0)