react-navigation Questions
10
Solved
How to hide tabbar in specific screen in react-navigation 6 ... Without changing navigation structure as it's the only option available in the docs here
Nordin asked 21/12, 2021 at 12:32
4
Solved
I create the new react native app using command react-native init appName.
After the app created successfully install it in my device using command react-native run-android, it installed successful...
Cordie asked 3/2, 2019 at 16:2
7
Solved
Tried different things none of them working, documentation also doesn't help
<MainFlowStack.Navigator
screenOptions={{headerTitleAlign: 'left', shadowColor: 'transparent', headerStyle: {height:...
Aldosterone asked 26/2, 2022 at 1:31
2
I want to implement a Mini View or Floating View in React-Native that should be persist or opened until we close it and it should be remain opened if we navigate to other screen any idea about this...
Astylar asked 22/8, 2019 at 8:33
4
I'm learning to react native by configuring tabNavigator, DrawerNavigator, and StackNavigator into one without NativeBase or Expo with a single react-navigation library.
I achieved it but there was...
Pellegrino asked 28/8, 2018 at 16:41
11
Solved
I am trying to use React Navigation in my RN project, but when I install react-native-screens, which is a required package for it to work, I cannot build the project again.
The error I get is the f...
Trioxide asked 24/6, 2022 at 23:44
17
I am using react-navigation with my React Native application.
I keep on getting an error that is supposedly a development-only warning and won't be shown in production.
How do I fix the error below...
Heliogravure asked 13/4, 2020 at 9:43
5
I am attempting to use react-native-keyboard-spacer in conjunction with react-navigation.
I am currently setting the topSpacing of the keyboard spacer to be -49 which is the height of the tab bar ...
Funk asked 12/9, 2018 at 9:59
3
Solved
I'm currently using expo and expo-router for the first time and have a question about the default back navigation. What I mean by that is for example swiping from the left edge to the middle of the...
Feer asked 23/3, 2023 at 17:39
4
Solved
I’m using materialTopTabs and it seems like this loads all the screens in the navigator once its mounted. I have a screen List and inside it a tab navigator with 2 screens: Posts and Users. These t...
Tadeas asked 16/4, 2020 at 19:40
39
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/navigation and the dependencies listed ...
Kippy asked 3/9, 2021 at 10:55
2
Solved
I've spent the last day trying to find out how to implement a simple fade screen transition with react-navigation but I cannot find one way to make it work with a bottom-tab-navigator. Can someone ...
Gawky asked 17/9, 2021 at 17:16
6
Solved
I want to add logout button to the bottom of the drawer navigation in my RN app.
I am trying to use contentComponent the following way:
const DrawerWithLogoutButton = (props) => (
<Scrol...
Bey asked 9/6, 2018 at 16:43
14
Solved
Hi I recently created a react native app version 0.60.5 and installed react-navigation with react-native-reanimated. When I built the project in Android Studio, I'm getting this error in react-nati...
Rani asked 14/9, 2019 at 11:5
5
I'm trying to include React Navigation 6.x into a React Native project with Redux and therefore need to be able to access the navigator from outside components.
I'm following this guide (Navigating...
Cage asked 11/2, 2022 at 14:16
2
Solved
I am trying to create my stack navigator using React Navigation on a React Native app.
I have my HomeTab component, which is just this code:
import React from 'react';
import {createNativeStackNavi...
Bumbledom asked 5/3, 2023 at 15:43
13
Solved
[I keep getting the error that says 'string' is not assignable to parameter of type 'never' in react native typescript and I don't know why. Can someone help me fix this bug.
Thank you in advance.
...
Clinandrium asked 5/8, 2021 at 13:43
3
Solved
I am trying to change the color of the font for the title from black to white. Not able to do it. I have the following in the code:
navigationOptions: {
title: 'PRACTICIA',
headerLeft: null,
h...
Readability asked 11/1, 2018 at 2:1
22
Solved
I am new to react-native but not ReactJs iam going to mad about this error from 2 days
error: bundling failed: Error: While trying to resolve module `@react-navigation/native` from file `C:\XXXXX\...
Turmel asked 8/2, 2020 at 6:16
3
I'm coding a react native app similar to Instagram. I have already a bottom tab navigator with 5 items, the last one is the profile tab.
Inside this profile tab I want a drawer navigator to manag...
Raggedy asked 9/6, 2020 at 3:10
5
Solved
I got stuck. I am developing a mobile application with React Native CLI & React Navigation 6.x Then when i use material top tabs navigator, swiping through left to right or right to left. It al...
Sublapsarianism asked 14/4, 2023 at 6:46
3
I have a Tab Navigator inside a Stack Navigator and I want the header title to be dynamically configured as the title of the tab selected. Like there's 3 tabs: Home, Profile, Add Item and I want th...
Rotunda asked 23/2, 2020 at 14:27
5
Solved
First screenshot was without applying SafeAreaView and second screenshot is applying SafeAreaView
As shown clearly that Stack header seems bulky as compare to previously. Is there anyway where...
Heath asked 26/11, 2018 at 7:2
5
Solved
hellow , how to send params navigation go back ?
const Onsubmit = (data, details = null) => {
console.log(details.formatted_address);
route.params.onPlaceChosen(
route.params.id,
details.for...
Pincushion asked 2/9, 2020 at 16:47
9
Solved
As I understand it should be done so that useFocusEffect would work as useEffect for testing (mock). I use useFocusEffect for fetchData:
useFocusEffect(
useCallback(() => {
fetchData();
}, [...
Aerograph asked 7/2, 2020 at 13:41
1 Next >
© 2022 - 2025 — McMap. All rights reserved.