CupThread React Native & Expo SDK - v0.1.0
    Preparing search index...

    Function CommentsSection

    • Interactive discussion thread component displaying nested comments, markdown rendering, avatars, and reply composer.

      Parameters

      Returns Element

      import React from 'react';
      import { CommentsSection } from '@cupthread/react-native';

      export function FeatureCommentsTab({ id }: { id: string }) {
      return <CommentsSection featureRequestId={id} />;
      }