Top "React-navigation" questions

An easy-to-use navigation solution to be used across React and React Native projects

React Native - Creating Navigator dynamically with React Navigation

I am building a mobile application with React Native and I am using React Navigation to build a navigator inside …

react-native react-navigation tabnavigator
withNavigation can only be used on a view hierarchy of a navigator

I'm getting the error: Invariant Violation: withNavigation can only be used on a view hierarchy of a navigator. The wrapped …

react-native redux react-navigation react-navigation-stack react-navigation-drawer
How to handle click event on tab item of TabNavigator in React Native App using react-navigation?

I am programming React Native App. I am using react-navigation for navigating screens. I have 2 Stack Navigators, they are stayed …

react-native navigation react-navigation tabnavigator ex-navigation
How do you make the react-native react-navigation tab bar transparent

Is there a way to make the tab bar transparent? I tried the following but it just showed a white …

react-native react-navigation
Hide TabNavigators and Header on Scroll

I want to hide the Header and the TabNavigator tabs onScroll. How do I do that? I want to hide …

react-native react-navigation tabnavigator
React Navigation (V2): How to set the Icon and the label of a stack Navigator inside a Drawer Navigator?

I'm trying to customize my StackNavigator within my DrawerNavigator. Here is my code: const HomeStack = createStackNavigator( { HomeScreen, HomeDetailScreen, InteriorScreen, InteriorDetailScreen }, { …

react-native navigation-drawer react-navigation drawer
React Native error message: Trying to add a root view with an explicit id already set

I am currently developing an application with React Native. The basis was Ignite. At the moment, very often when I …

react-native react-navigation
React Native - React Navigation rerender panel on goBack()

I am using React Navigation in my app. How can I refresh the data on my previous panel when going …

react-native refresh react-navigation rerender
Block/Disable tabs in TabNavigator - react-navigation

I have a TabNavigator as shown in the picture. Header Image I am using TabNavigator for creating these tabs as …

react-native react-native-android react-navigation react-native-ios tabnavigator
How to finish current component while navigating to next component in react native

Hi I am trying to navigate to next component using navigate function. I am using react-navigation for the navigation among …

android react-native react-native-android react-navigation