An easy-to-use navigation solution to be used across React and React Native projects
I created a multiscreen app using React Navigator following this example: import { createStackNavigator, } from 'react-navigation'; const App = createStackNavigator({ Home: { screen: …
reactjs react-native react-navigation react-contextI am using a React-Navigation screen with the name "User" to show info about a particular user. When navigating to …
react-native react-navigationI use React Navigation as the navigator component of my app. I want to change font family of the stack …
react-native react-navigation stack-navigatorI want to implement an event listener from parents to children components in my React Native app, I'm using a …
reactjs react-native react-navigation dom-events eventemitterI would like to be able to hide the tabs on a screen using React Native Navigation v5. I've been …
javascript react-native react-navigation react-native-navigationI'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-v5How do you handle cases when you have, say, a form component, and you need to submit a part of …
reactjs react-native react-navigationWith 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-v5How is it possible to hide certain TabBar item from TabNavigator. Is there a certain TabBarOptions option, which has visible …
reactjs react-native react-navigation tabnavigator stack-navigatorI'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-v5