- Preparing search index...
- The search index is not available
Documentation
- ChatFlatList(props: Omit<FlatListProps<SendbirdMessage>, "onEndReached"> & { currentUserId?: string; nextMessages: SendbirdMessage[]; onBottomReached: (() => void); onLeaveScrollBottom: ((value: boolean) => void); onTopReached: (() => void) } & RefAttributes<ChatFlatListRef>): null | ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: Omit<FlatListProps<SendbirdMessage>, "onEndReached"> & { currentUserId?: string; nextMessages: SendbirdMessage[]; onBottomReached: (() => void); onLeaveScrollBottom: ((value: boolean) => void); onTopReached: (() => void) } & RefAttributes<ChatFlatListRef>
Returns null | ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.