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

    Interface SdkFeatures

    Feature flag switches for user-facing SDK surfaces.

    const features: SdkFeatures = {
    feedback: true,
    featureRequests: true,
    roadmap: true,
    changelog: true,
    };
    interface SdkFeatures {
        changelog: boolean;
        featureRequests: boolean;
        feedback: boolean;
        roadmap: boolean;
    }
    Index
    changelog: boolean

    Enables release notes, changelog listings, and email subscriptions.

    featureRequests: boolean

    Enables the feature request board and community voting.

    feedback: boolean

    Enables in-app feedback dialogs and submissions.

    roadmap: boolean

    Enables the multi-column public roadmap board.