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

167
Views
How to Show Long Text In React Native In Tab screen in tab Bar label

as you see my text is My sales Leads. but on screen Its only Showing My Sales. so How Do I show Full Text Like - My sales Leads

<Tab.Navigator
      initialRouteName="Home"
      activeColor="#FC4926"
      inactiveColor="#B2B2B2"
      shifting={true}
      labeled={true}
      sceneAnimationEnabled={false}
      barStyle={{backgroundColor: '#FDFEFE', height: 55}}>
      <Tab.Screen
        name="Home"
        //component={Dashboardscreen}
        component={SellerHomePageStack}
        options={{
          tabBarLabel: 'My Sales Leads',

          tabBarColor: '#F7F7F7',
          tabBarIcon: ({color}) => <Icon name="home" color={color} size={26} />,
        }}
      />
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can use:

tabBarLabelStyle: {width: 400},

Sample

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!