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

    Interface FeatureRequestsScreenProps

    Props for configuring the FeatureRequestsScreen view.

    <FeatureRequestsScreen
    headerTitle="Community Feedback"
    onBack={() => navigation.goBack()}
    />
    interface FeatureRequestsScreenProps {
        headerTitle?: string;
        onBack?: () => void;
    }
    Index
    headerTitle?: string

    Title text rendered in the top navigation bar.

    'Feature Requests'

    onBack?: () => void

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