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

259
Views
Material Bottom Tag transition lagging(react native)

I have a material bottom tab that has five different nested stack navigators as tabs. I don't know why the transition is lagging. Sometimes the label doesn't even get displayed unless we tap on the screen.

 <BottomStack.Navigator 
   labeled={true}
  activeColor={activeColor}  inactiveColor={inactiveColor} barStyle={{
  backgroundColor:"white",
  height:50,
  // width:"80%"
  
}}>


  <BottomStack.Screen name="Home" component={Home}   options={{
    tabBarLabel:"Dashboard",
    tabBarIcon:({color})=><Icon name="chart-pie" color={color} size={22} />
     }} />
 <BottomStack.Screen name="Stack1" component={Stack1} options={{
   tabBarLabel:"Inspections",
  tabBarIcon:({color})=><IconFill name="file-text" color={color} size={24} />
  }} />
  <BottomStack.Screen name="Stack2" component={Stack2} options={{
    tabBarLabel:"Issues",
  tabBarIcon:({color})=><IconFill name="warning" color={color} size={25} />
  }} />
  <BottomStack.Screen name="Stack3" component={Stack3}  options={{
    tabBarLabel:"Organisation",
  tabBarIcon:({color})=><Icon name="user-alt" color={color}  size={22} />
  }}/>
  
  <BottomStack.Screen name="Logout"  component={Logout} options={{headerShown:false   }} 
 
  options={{
    tabBarIcon:({color})=><EntIcon name="log-out" color={color} size={27} />,
  }}/>
</BottomStack.Navigator>
about 4 years ago · Juan Pablo Isaza
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!