Skip to content

Commit fe5f9cf

Browse files
committed
fix: sample app failures
1 parent 22c5db8 commit fe5f9cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/SampleApp/src/components/ChannelInfoOverlay.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { useChannelInfoOverlayContext } from '../context/ChannelInfoOverlayConte
2323
import { Archive } from '../icons/Archive';
2424
import { useChannelInfoOverlayActions } from '../hooks/useChannelInfoOverlayActions';
2525
import { SafeAreaView } from 'react-native-safe-area-context';
26+
import { Pin } from '../icons/Pin.tsx';
2627

2728
dayjs.extend(relativeTime);
2829

examples/SampleApp/src/screens/ChannelListScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import type { ChannelSort } from 'stream-chat';
2121
import { useStreamChatContext } from '../context/StreamChatContext';
2222
import { Search } from '../icons/Search';
2323
import { ChannelInfo } from '../icons/ChannelInfo.tsx';
24+
import { CircleClose } from '../icons/CircleClose.tsx';
2425

2526
const styles = StyleSheet.create({
2627
channelListContainer: {
@@ -248,7 +249,6 @@ export const ChannelListScreen: React.FC = () => {
248249
<View style={[styles.channelListContainer, { opacity: searchQuery ? 0 : 1 }]}>
249250
<ChannelList
250251
additionalFlatListProps={additionalFlatListProps}
251-
get
252252
filters={filters}
253253
HeaderNetworkDownIndicator={HeaderNetworkDownIndicator}
254254
maxUnreadCount={99}

0 commit comments

Comments
 (0)