Top "React-navigation" questions

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

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
Warning: isMounted(...) is deprecated in plain Javascript Classes

I am implementing 2 screens using react-navigation. But I got the warning below while navigating to the second page: Warning: isMounted(...) …

javascript reactjs react-native react-navigation
native.createnavigator factory is not a function

I am going to design a Drawer navigation in my project. I installed that by this command: npm install @react-navigation/…

reactjs react-native navigation-drawer react-navigation
Transparent background for header using createStackNavigator, React Native

I created a project using CRNA that uses React-Navigation. In one of the screen I have a background image that …

react-native react-navigation
How to set the background color of Tab.Navigator?

As you can see below, I've tried many ways of setting the background color to green, all to no avail. …

javascript reactjs react-native react-navigation react-navigation-bottom-tab
How to change navigation header color in react native?

How do I change the color of the navigation header in a React Native app? I tried initialising background color …

android react-native react-navigation android-statusbar
How to get drawer over the header in react navigation?

I am using react navigation. I want to show drawer over the header of the screen. Currently my header is …

react-native react-navigation
How do i make a TabNavigator button push a modal screen with React Navigation

Using the React Navigation tab navigator https://reactnavigation.org/docs/navigators/tab how do I make one of the tab …

react-native react-navigation
How do you disable "Swipe down to close" on the Modal component in React Native?

I'm using the core React Native Modal component. Within the modal content I have a Done button. Pressing Doneis the …

react-native react-navigation
How to change back button route in react navigation

i am using react-navigation (stack-navigation). i want to change my header back button icon route. Home BookTicket MyBookings these are …

reactjs react-native react-navigation stack-navigator