An easy-to-use navigation solution to be used across React and React Native projects
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-appVersions: "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-statusbarI have a react component like const Example = () => (<View>...</View>); Using react-navigation I would normally …
reactjs typescript react-native react-navigationI 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 expoI'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-navigationIn 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-navigatorI'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-navigationI'm using ReactNavigation and am wondering how I can tell when a view will appear (so that I can trigger …
react-native react-navigationI have a login Screen, when the user login they are brought to a screen similar to the one shown …
react-native react-navigation tabnavigatorI 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