Top "React-navigation" questions

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

Pass Props StackNavigator

i try to pass props on stacknavigator, here my code how to pass 'myprops' on StackNavigator area? thanks

react-native react-navigation
Change status bar color with react-navigation

I use a DrawerNavigator from react-navigation in my app. Without any customization, the Android status bar is blue, and not …

react-native react-navigation android-statusbar
React Navigation how to hide tabbar from inside stack navigation

I have the following stack navigation and screens: export const HomeStack = createStackNavigator({ Home: HomeScreen, Categories: CategoriesScreen, Products: ProductsScreen, ProductDetails: ProductDetailsScreen, }) …

react-native react-navigation
Change navigation header background color

Struggling to understand how to change the navigation header bar background color. I'm Using react navigation and Expo to build …

react-native react-navigation expo
React-native : Dynamically update header title in stack navigator

I have made a custom component for header title(stack navigator)which shows user name along with some image. On …

react-native react-navigation
React Navigation default background color

I'm using react-navigation and stack-navigator to manage my screens. Platforms I'm using: Android React Native: 0.47.1 React Navigation: 1.0.0-beta.11 Emulator and …

javascript android react-native react-navigation stack-navigator
React native clear Stack Navigator stack

I have few screens which I navigate through one by one. Screen1->screen2-screen3->screen4-Home …

javascript react-native react-navigation stack-navigator
How to add a Drawer Inside Stack Navigation in React Navigation

I am working on a Practice Project like Login/Register Application and I am using Stack Navigation from react-navigations and …

android react-native react-native-android react-navigation react-navigation-drawer
Margin Top for Header Bar in React Native Navigation

I'm new in React Native. I'm using React-Navigation. But, on my device has problem with header navigation. This overlay by …

javascript react-native react-navigation
Remove top navigation bar for certain screens

Is there a way of removing the top navigation bar for specific screens only? I am using react-navigation. I already …

react-native react-navigation