Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

229
Views
Is there a way to hide header title for react-navigation-drawer component

I'm making an app using react navigation-drawer for native, and I was wondering if it is possible to hide just the header title without hiding other things with for example

headerShown: false

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Yes, you can pass an empty string just like this

options={() => ({
          headerTitle: "",
 })}
about 4 years ago · Juan Pablo Isaza Report

0

EDIT: I found the way to do it in options property of drawer screen you can set the headerTitle to ''

<Drawer.Screen name="Home" component={Home} options={{title: 'Home', headerTitle:''}}/>

the title is the name of the Screen shown in the drawer menu, and the headerTitle is of course the one shown on the top of the screen, on the header

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!