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

    Interface CommentsSectionProps

    Props for configuring the CommentsSection thread component.

    <CommentsSection featureRequestId="fr_sample123" />
    
    interface CommentsSectionProps {
        featureRequestId: string;
    }
    Index
    featureRequestId: string

    Unique identifier of the feature request whose comments are being displayed and posted.