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

    Interface CommentsStrings

    Localized strings for the CommentsSection component.

    interface CommentsStrings {
        cancelReply: string;
        commentsCount: (count: number) => string;
        emptyComments: string;
        inputPlaceholder: string;
        namePlaceholder: string;
        postButton: string;
        postingButton: string;
        replyButton: string;
        replyingTo: (name: string) => string;
    }
    Index
    cancelReply: string
    commentsCount: (count: number) => string
    emptyComments: string
    inputPlaceholder: string
    namePlaceholder: string
    postButton: string
    postingButton: string
    replyButton: string
    replyingTo: (name: string) => string