- ChatFlatList(props): ReactNode
Parameters
props: Omit<FlatListProps<SendbirdMessage>, "onEndReached"> & {
onBottomReached: (() => void);
onScrolledAwayFromBottom: ((value) => void);
onTopReached: (() => void);
} & RefAttributes<FlatList<any>>
Returns ReactNode
NOTE: Exotic components are not callable.