• NOTE: Exotic components are not callable.

    Parameters

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

    Returns ReactNode

Generated using TypeDoc