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

    Interface FeatureRequestComposeStrings

    Localized strings for the FeatureRequestComposeSheet modal.

    interface FeatureRequestComposeStrings {
        descriptionLabel: string;
        descriptionMinLengthError: string;
        descriptionPlaceholder: string;
        modalTitle: string;
        moderationNotice: string;
        nameLabel: string;
        namePlaceholder: string;
        submitButton: string;
        successMessage: string;
        successTitle: string;
        titleLabel: string;
        titleMinLengthError: string;
        titlePlaceholder: string;
    }
    Index
    descriptionLabel: string
    descriptionMinLengthError: string
    descriptionPlaceholder: string
    modalTitle: string
    moderationNotice: string
    nameLabel: string
    namePlaceholder: string
    submitButton: string
    successMessage: string
    successTitle: string
    titleLabel: string
    titleMinLengthError: string
    titlePlaceholder: string