react-navigation-bottom-tab Questions
10
Solved
I am developing React Native app.
I was able to solve all problems by myself but this is exception.
I am going to load another screen with bottom tab navigator.
For example, after user login to t...
Pifer asked 29/1, 2020 at 0:37
4
Solved
I’m using materialTopTabs and it seems like this loads all the screens in the navigator once its mounted. I have a screen List and inside it a tab navigator with 2 screens: Posts and Users. These t...
Tadeas asked 16/4, 2020 at 19:40
2
Solved
I have 3 tabs and each tab contains a set of stack navigators.
Home Stack
const HomeNavigator = createStackNavigator();
const HomeStackNavigator = ({ navigation, route }) => {
return (
<...
Allegro asked 24/8, 2020 at 18:4
5
I have 3 tabs and each tab contains a set of stack navigators.
Home Stack
const HomeNavigator = createStackNavigator();
const HomeStackNavigator = ({navigation, route}) => {
return (
<...
Octahedral asked 25/8, 2020 at 14:54
5
im trying to hide the Label. and showLabel: false is not working.
import React, {useLayoutEffect} from 'react';
import {createStackNavigator} from '@react-navigation/stack';
import {useNavigation} ...
Watchdog asked 28/1, 2021 at 14:23
3
I'm creating a Expo managed React Native app with TypeScript and having some problems with React Navigation and TypeScript.
I want to specify the icon for the Bottom Tab Navigator on the Tab.Screen...
Isodynamic asked 21/7, 2020 at 15:3
5
Solved
In my react native app, I have a router component which uses react-navigation-material-bottom-tabs.
In that component I have created it like this.
const tabNavigator = createMaterialBottomTabNav...
Gayelord asked 12/3, 2020 at 8:58
2
Solved
In my app.json folder, I have everything bundled nicely, but I have one undefined package at the bottom of the install list:
"undefined": "react-navigation/bottom-tabs"
I trie...
Gentlewoman asked 8/1, 2021 at 14:12
4
Current Behavior
Hi everyone,
I want to set the background color for the Bottom Tab. So I did as below.
<Tab.Navigator
tabBarOptions={{
activeTintColor: '#FF0000',
activeBackgroundColor: '...
Honest asked 6/3, 2020 at 9:59
1
I am using React Native with bottom tabs doing switches between native-stack tab screens. For the most part it is okay, but the tab switch is a bit jarring and sometimes gets a bit laggy for more c...
Luba asked 29/4, 2022 at 7:14
2
Stack:
React Native
React Navigator
Core components only
I have this style on TabNavigator.tsx:
const styles = StyleSheet.create({
tabStyle: {
backgroundColor: colors.background,
borderTopLeft...
Pastor asked 2/10, 2020 at 2:45
8
Solved
As you can see below, I've tried many ways of setting the background color to green, all to no avail. The background remains blue like the image.
The inactiveColor and activeColor are working (whi...
Lionellionello asked 8/4, 2020 at 16:6
2
Solved
I am trying to add border radius to bottom bar but with this
i want to change container color from default to purple.
how can i do that ?
What i have done so far
What i want
Code:
tabB...
Mannerly asked 7/6, 2020 at 7:46
2
Solved
I am using createMaterialBottomTabNavigator and I want to pass parameters to the routes:
return (
<Tab.Navigator initialRouteName="Home">
<Tab.Screen name="Home" comp...
Rone asked 13/9, 2020 at 14:8
4
Solved
In React Native 0.62 is it possible to hide on scroll the tabbar created with createBottomTabNavigator from reactnavigation.org ?
I'm curious if it's possible in a similar way that LinkedIn has, w...
Suffice asked 29/5, 2020 at 23:20
1
Solved
Having a navigation type definition as bellow, when I navigate from e.g AOne to BTwo with id:99 the console log of props.route.params shows correct info. But props.route.params.id throws type error...
Purge asked 6/3, 2022 at 21:27
1
Solved
Hey I am using the createBottomTabNavigator() from React Navigation and I have a custom topbar which I update with my own states. The problem is when I click on a Tab the listener gets called with ...
Colligan asked 9/9, 2021 at 16:44
3
Solved
I need to add an indicator for the active tab I tried to add a borderBottom with tabStyle but we can't check focused with that.
Using react-navigation v5 and createBottomTabNavigator for bottom tab...
Pulmonary asked 14/4, 2021 at 9:7
2
Solved
I would like to navigate to the screen when the particular tab on the BottomTabNavigator is pressed.
Normally, when the tab is pressed, it navigates to the configured screen automatically. But I d...
Beghtol asked 27/5, 2020 at 20:41
4
Solved
I have a @react-navigation/bottom-tabs navigator when my app opens whose contents are like:
<Tab.Navigator
tabBarOptions={{
activeTintColor: '#77dd77',
inactiveTintColor: 'gray',
}}
tabBa...
Deli asked 17/4, 2020 at 9:33
2
The structure of my react navigation is like this : BottomTabNavigator => Navigator => Components
This is the skeleton of the App.js. The whole application is wrapped up in a bottom tab navigation...
Grub asked 19/6, 2020 at 8:26
1
I need to put a floating button appears in all screens, i put it in bottom tab navigator with absolute position but i couldn't set the onPress navigation for it.. how can i access navigation.naviga...
Romina asked 12/7, 2020 at 18:49
0
I've got a minimal test ReactNative test in Expo running. 2 screens, both just have Text within a View.
This is run on a MBP, and tested on my Android device (Note10+) via QR code.
It is not just...
Antarctica asked 10/4, 2020 at 16:31
3
Solved
I changed the background color to make it more obvious. I want the red container to become transparent.
Is there any way to achieve this?
I am using react-navigation 5 and I created a custom botto...
Wanitawanneeickel asked 1/4, 2020 at 22:29
2
Solved
As seen on the code, tabPress is not called, am i doing it wrong or am i missing something, unfortunately i have not found any code samples for react navigation version 5.
<Tab.Navigator labele...
Gabey asked 18/3, 2020 at 15:46
1 Next >
© 2022 - 2025 — McMap. All rights reserved.