Props for configuring the RoadmapBoardScreen component.
<RoadmapBoardScreen headerTitle="Product Roadmap" onBack={() => navigation.goBack()}/> Copy
<RoadmapBoardScreen headerTitle="Product Roadmap" onBack={() => navigation.goBack()}/>
Optional
Header title displayed at the top of the roadmap screen.
'Roadmap' (or localized equivalent)
'Roadmap'
Optional callback function invoked when the user taps the top navigation back button. If omitted, the back button is hidden.
Props for configuring the RoadmapBoardScreen component.
Example