Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

119
Visualizações
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 Respostas
Responde à pergunta

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 Relatório

0

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

about 4 years ago · Juan Pablo Isaza Relatório

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda