This is my first try on using react navigation, and I did not get it to work out of the first time. I have create another screen called 'First', and declared it
As you can see below, I've tried many ways of setting the background color to green, all to no avail. The background remains blue like the image. The inactiveC
I am currently working on a React Native (Expo) App and I am facing some performance issues. I have not found any answer yet for my problem so I hope someone ca
I am using following way to create navigation system StackNavigator -> DrawerNavigator -> (Screen A, Screen B, Screen C) Screen A is initial Route Scre
When running an application on android i get this error. It builds correctly but crashes with exception. I have installed React-native-screens, @React-native/na
This is my navigation stack using react navigation v3.2.1: I have a switch navigator to switch to Authentication navigation stack and Authenticated App stack.
I have three tabs in a top tab bar navigation with different width text. Is it possible to make the indicator width match the text? On a similar note, how can
When ever i install any dependency in my react native project and when ever i use link command for e.g react-native link react-native-gesture-handler this cause
Please check screenshot 1 - Screenshot of Code 2 - Screenshot of Sidemenu
So I edited this with just one file; everything is there but I still can't seem to make it work. Directory Structure: LoginScreen.js import { StackNavigator,
I have a simple doubt that I can hope somebody can help me with. I have a simple app that hava a main screen where loads all data that I get from a SQLite datab
I've implemented the tabnavigator with animation enabled with the following codes (ommitted icons codes for readability). As you can see the navigation, as I
I don't know why my navigation isn't working properly, it throws me the following error every time I want to navigate back to my EventAssistants screen from my
Here I'm using react-navigation as my navigation library. How can I change the back button (that is added automatically by react-navigation) functionality for a
I have a React Navigation Tab Component like this: const RootNavigator=TabNavigator({ Home:{ screen: Home ,navigationOptions:{ tabBarIcon: ({fo
My web application is created by React Native Web with react-navigator. react-navigator sets RouteName as document.title in default. ex. <Stack.Navigator scr
Having a navigation type definition as bellow, when I navigate from e.g AOne to BTwo with id:99 the console log of props.route.params shows correct info. But p
Is it possible to have a custom header if I set the header to be off in React-Navigation V5? I tried to, but the headerLeft and headerRight seems to do nothing,
I'm trying to load a JSON from AsyncStorage every time a user opens one of my react-native screens (I'm using StackNavigator). This JSON contains information on
Actually, I'm developing an app on react-native 0.58 with react-navigation 3.1.5, and I can't make my app run properly. This is my code: app-navigation.js co