Top "Tabnavigator" questions

Change bottom border color of selected tab bar item

I have the following code in react-native import React, {Component} from 'react'; import {TabNavigator} from 'react-navigation'; import {View} from 'react-native'; …

react-native tabnavigator
TabNavigator extra padding

How to style the TabNavigator Tab's height and padding? Im doing the following: import Icon from "react-native-vector-icons/MaterialIcons"; const tabNav = …

react-native react-navigation tabnavigator
Set backgroundColor and Badge for Tabnavigator in React-Navigation

In React-Native with React-Navigation I have a Tabnavigator like so: const testScreenNavigator = TabNavigator({ Tab1: { screen: Tab1Screen }, Tab2: { screen: Tab2…

react-native badge tabnavigator react-navigation
How To Reload View Tap on TabNavigator in React Native

I want to reload the tabNavigator when the user changse the tab each time. the lifecycle method of react native …

react-native react-native-android react-navigation tabnavigator
Tab bar background color did not get changed

I am new in React-Native development. I am using TabNavigator from 'react-navigation' for tab bar in React-Native, everything is working …

android react-native jsx react-navigation tabnavigator
Creating a TabNavigator with dynamic tabs

I'm relatively sure I found out it isn't possible, but I want to make sure there isn't a way. The …

react-native nested react-navigation tabnavigator
Hide labels in TabNavigator - ReactNavigation

How do I hide the labels in TabNavigator and show only icons? If I do the following: const Tabs = TabNavigator({ …

reactjs react-native react-navigation tabnavigator
How to use tabBarComponent for TabNavigator? Tab bar not showing

I'm trying to make my own custom tab bar and it seems tabBarComponent is the way to do it by …

javascript react-native react-navigation tabnavigator
React Native - Change background color in tabnavigator dynamically

i want to change my tab navigator background color dynamically in based on my API response so below is my …

react-native tabnavigator stack-navigator
How to change the color of the active / selected tab?

I want the color to be the default gray color when the tab is not selected but to be my …

react-native tabnavigator