Top "React-navigation" questions

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

How To Reload View Tap on TabNavigator in React Native

I want to reload the tabNavigator when the user changse the tab each time. the lifecycle method of react native …

react-native react-native-android react-navigation tabnavigator
React Native React Navigation Header Button Event

Hello I 'm trying to bind a function in my Navigator Right Button, But It gives error. This is my …

react-native react-navigation react-navigation-stack
how to display headers in react navigation with TabNavigation

I noticed that views in StackNavigation show the header title but if I set those same screens in a TabNavigation …

react-native react-navigation
React Navigation V2: Difference between navigation.push and navigation.navigate

I'm new to React Native and I'm currently studying the React Native Navigation Docs. I was wondering: What is the …

reactjs react-native react-navigation
How to disable react navigation's stack navigator transition?

In React Native (iOS), React navigation's stack navigator has a default transition animation to move screens left or right based …

react-native react-navigation
React native: header styles in navigationOptions not working

I am fairly new to react-native. I am trying to set some global header styles for my app, but it's …

reactjs react-native react-navigation
Show splash screen before show main screen in react native without using 3rd party library

I am beginner in react native so may be my question seems silly to all experts. but I am struggling …

react-native react-navigation
How to mock React Navigation's navigation prop for unit tests with TypeScript in React Native?

I'm building a React Native app with TypeScript. For my navigation I use React Navigation and for my unit testing …

typescript unit-testing react-native jestjs react-navigation
Get the height of SafeAreaView from within BottomTabBar

I am attempting to use react-native-keyboard-spacer in conjunction with react-navigation. I am currently setting the topSpacing of the keyboard spacer …

react-native react-navigation
React Native Navigation const { navigate } = this.props.navigation;

I am learning react-native navigation https://reactnavigation.org/docs/intro/ . I see in examples there class HomeScreen extends React.Component { …

react-native react-navigation