Top "Stack-navigator" questions

React Native - Change background color in tabnavigator dynamically

i want to change my tab navigator background color dynamically in based on my API response so below is my …

react-native tabnavigator stack-navigator
How to change font family in React Navigation createStackNavigator

I use React Navigation as the navigator component of my app. I want to change font family of the stack …

react-native react-navigation stack-navigator
Hide TabBar item in TabNavigator

How 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-navigator
In React Native why is the const type used for in for example: const { navigate } = this.props.navigation;?

I am working on a project for school and using react native. Admittedly I am on the novice side with …

javascript react-native types stack-navigator
React Navigation pass params to nested stackNavigator

In react navigation 3.0 they added the feature to pass default params to screen. The problem is that I want to …

react-native react-navigation expo stack-navigator
React-navigation: header does not show up when using bottom tab navigator

I am using react-navigation with my react native app. I have created a bottom tab navigator, and want to use …

reactjs react-native react-navigation stack-navigator
How to change screen in react native with react-navigation on click of a button?

I have defined all my routes/navigations in my root component (App.js) and am trying to access one of …

react-native react-navigation stack-navigator