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

    Interface RoadmapBoardScreenProps

    Props for configuring the RoadmapBoardScreen component.

    <RoadmapBoardScreen
    headerTitle="Product Roadmap"
    onBack={() => navigation.goBack()}
    />
    interface RoadmapBoardScreenProps {
        headerTitle?: string;
        onBack?: () => void;
    }
    Index
    headerTitle?: string

    Header title displayed at the top of the roadmap screen.

    'Roadmap' (or localized equivalent)

    onBack?: () => void

    Optional callback function invoked when the user taps the top navigation back button. If omitted, the back button is hidden.