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

    Interface RoadmapStrings

    Localized strings for the RoadmapBoardScreen component.

    interface RoadmapStrings {
        emptyColumn: string;
        screenTitle: string;
        searchPlaceholder: string;
        upvotesCount: (count: number) => string;
    }
    Index
    emptyColumn: string
    screenTitle: string
    searchPlaceholder: string
    upvotesCount: (count: number) => string