Top "React-navigation-v5" questions

Custom Tab Bar React Navigation 5

I'm trying to make a tab bar like in the picture bellow, using React Navigation. I tried some codes, but …

react-native react-navigation react-navigation-v5
React Navigation 5 Hide Drawer Item

I am trying to hide the ability to press one of my routes in the drawer navigator as it is …

react-native react-navigation react-navigation-drawer react-navigation-v5
add icon to drawer react-navigation v5

I'm trying to add an icon to each of the screens in my react-navigation drawer but the icon doasn't appear. …

react-native react-navigation react-navigation-drawer react-navigation-v5
switchNavigator with react-navigation 5

With react-navigation 4, I was able to import and use switchNavigator from "react-navigation" package. import { createAppContainer, createSwitchNavigator, createStackNavigator } from "react-navigation"; import …

reactjs react-native react-navigation react-navigation-v5
Where is placed createSwitchNavigator in react-navigation 5.x for migrating from react-navigation 4 to 5.x

I'm migrating a React Native application from react-navigation 4 to 5.x and i can't find which package contains createSwitchNavigation. Specifically i …

reactjs react-native react-navigation react-navigation-v5
React Navigation 5, block back navigation after login

I am using React Navigation 5 in a project, and I'm having trouble trying to block a user from navigating back …

reactjs react-native back react-navigation-v5
Passing params in React Navigation 5

I'm trying to pass a few params between a Tab Navigator. Below is the structure of my program. In bold …

react-native react-navigation react-navigation-stack react-navigation-bottom-tab react-navigation-v5
Passing params to tab navigator React Navigation 5

I’m using materialTopTabs and it seems like this loads all the screens in the navigator once its mounted. I …

reactjs react-native react-navigation react-navigation-v5 react-navigation-bottom-tab