File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/uikit-react-native/src/components/ChannelMessageList Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,6 @@ export type ChannelMessageListProps<T extends SendbirdGroupChannel | SendbirdOpe
9696 renderScrollToBottomButton : null | ( ( props : { visible : boolean ; onPress : ( ) => void } ) => React . ReactElement | null ) ;
9797 renderUnreadMessagesFloating ?: null | ( ( props : UnreadMessagesFloatingProps ) => React . ReactElement | null ) ;
9898 unreadMessagesFloatingProps ?: UnreadMessagesFloatingProps ;
99- hasSeenNewLine ?: boolean ;
100- isNewLineInViewport ?: boolean ;
101- hasUserMarkedAsUnread ?: boolean ;
10299 flatListComponent ?: React . ComponentType < FlatListProps < SendbirdMessage > > ;
103100 flatListProps ?: Omit < FlatListProps < SendbirdMessage > , 'data' | 'renderItem' > ;
104101 onViewableItemsChanged ?: FlatListProps < SendbirdMessage > [ 'onViewableItemsChanged' ] ;
You can’t perform that action at this time.
0 commit comments