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-v5I 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-v5I'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-v5With 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-v5I'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-v5I 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-v5I'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-v5I’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