An easy-to-use navigation solution to be used across React and React Native projects
i try to pass props on stacknavigator, here my code how to pass 'myprops' on StackNavigator area? thanks
react-native react-navigationI 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-statusbarI have the following stack navigation and screens: export const HomeStack = createStackNavigator({ Home: HomeScreen, Categories: CategoriesScreen, Products: ProductsScreen, ProductDetails: ProductDetailsScreen, }) …
react-native react-navigationStruggling to understand how to change the navigation header bar background color. I'm Using react navigation and Expo to build …
react-native react-navigation expoI have made a custom component for header title(stack navigator)which shows user name along with some image. On …
react-native react-navigationI'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-navigatorI have few screens which I navigate through one by one. Screen1->screen2-screen3->screen4-Home …
javascript react-native react-navigation stack-navigatorI 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-drawerI'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-navigationIs there a way of removing the top navigation bar for specific screens only? I am using react-navigation. I already …
react-native react-navigation