• NOTE: Exotic components are not callable.

    Parameters

    • props: Omit<FlatListProps<SendbirdMessage>, "onEndReached"> & {
          nextMessages?: unknown;
          onBottomReached: (() => void);
          onLeaveScrollBottom?: ((value: boolean) => void);
          onScrolledAwayFromBottom: ((value: boolean) => void);
          onTopReached: (() => void);
      } & RefAttributes<FlatList<SendbirdMessage>>

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc