Top "React-navigation" questions

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

Icon not displaying on screen android using react-native-vector-icons

I am using create-react-native-app. I want to use react-native-vector-icons But its not showing anything on android screen (I am viewing …

android react-native react-navigation expo create-react-native-app
React native statusbar not working with react-navigation in android

Versions: "native-base": "^2.4.2", "react": "16.3.1", "react-native": "0.55.2", "react-native-global-font": "^1.0.1", "react-native-router-flux": "^4.0.0-beta.28", "react-navigation": "^1.5.11" When i add react-navigation i am not able to change statusbar color, …

android react-native react-navigation native-base android-statusbar
How to set navigationOptions on stateless component with Typescript

I have a react component like const Example = () => (<View>...</View>); Using react-navigation I would normally …

reactjs typescript react-native react-navigation
React navigation 5 hide tab bar from stack navigator

I wanted to know how to hide the bottom tab bar from a specific screen inside my stack navigator that …

javascript reactjs react-native react-navigation expo
absolute position on top of react-navigation nav header

I'm making a loading screen and I've set it to absolute position the entire screen. However when using react-navigation it …

javascript reactjs react-native absolute react-navigation
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 native Touch events are passing through absolute view

I'm using react-navigation and I have a view that I want to show when an icon is pressed in the …

android react-native react-navigation
How to tell when a view will appear with ReactNavigation

I'm using ReactNavigation and am wondering how I can tell when a view will appear (so that I can trigger …

react-native react-navigation
How to add both search bar and tab buttons in react-native using react-navigation

I have a login Screen, when the user login they are brought to a screen similar to the one shown …

react-native react-navigation tabnavigator
Re-render component when navigating the stack with React Navigation

I am currently using react-navigation to do stack- and tab- navigation. Is it possible to re-render a component every time …

reactjs react-native react-navigation expo