Props for configuring the FeatureRequestsScreen view.
<FeatureRequestsScreen headerTitle="Community Feedback" onBack={() => navigation.goBack()}/> Copy
<FeatureRequestsScreen headerTitle="Community Feedback" onBack={() => navigation.goBack()}/>
Optional
Title text rendered in the top navigation bar.
'Feature Requests'
Optional callback function invoked when the user taps the top navigation back button. If not provided, the back button is hidden.
Props for configuring the FeatureRequestsScreen view.
Example