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

    Interface UserProfileScreenProps

    interface UserProfileScreenProps {
        headerTitle?: string;
        onBack?: () => void;
        userId: string;
    }
    Index
    headerTitle?: string
    onBack?: () => void
    userId: string