Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

115
Vistas
bottom tabs how not to show name

I have app.js in which:

const Tab = createBottomTabNavigator();


export default function App() {

    return (
        <NavigationContainer>
            <Tab.Navigator>
                <Tab.Screen name='Home' component={Home} />
            </Tab.Navigator >
        </NavigationContainer>
    )

}

I display the bottom tabs, but I see the navigation at the top that shows "Home" as with StackNavigator. I want there to be no true field

about 4 years ago · Juan Pablo Isaza
3 Respuestas
Responde la pregunta

0

To Hide bottom tab label


const Tab = createBottomTabNavigator();


export default function App() {

    return (
        <NavigationContainer>
            <Tab.Navigator
               tabBarOptions={{
                   showLabel: false, // add this line to hide tab label
     
                }}
               >
                <Tab.Screen name='Home' component={Home} />
            </Tab.Navigator >
        </NavigationContainer>
    )

}

about 4 years ago · Juan Pablo Isaza Denunciar

0

It was necessary to add for tabs.screen options = {{headerShown: false}}

about 4 years ago · Juan Pablo Isaza Denunciar

0

You should have to display null the label like as below. Add false to label in main tab navigator, so all pages remains same as not appearing the label.

add tabBarOptions={{showLabel: false}} in Tab.Navigator

<Tab.Navigator tabBarOptions={{showLabel: false}}>

Here is the official reference link: https://reactnavigation.org/docs/tab-based-navigation/

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda