Skip to main content

Questions tagged [react-navigation-native-stack]

The tag has no usage guidance.

react-navigation-native-stack
0 votes
2 answers
27 views

Receiving A Message That I'm Attempting to Nest Navigators When I Try To Do Firebase Auth on React Navigation

I'm receiving the message that says if it's intentional, use "independent = {true}. I'm still pretty new at this, so any sort of help would be greatly appreciated Here is my App. js code: import {...
Jowens4954 's user avatar
1 vote
1 answer
73 views

Top Tabs Navigator tabBar floats below Android's navigation bar

I am using Material Top Tabs Navigator from React Navigation, as well as a custom tabBar component as shown in example in the official docs. At the same time, I am using Native Stack Navigator. The ...
Rwzr Q's user avatar
  • 165
0 votes
2 answers
375 views

react-navigation native-stack, how to change the modal height?

/* eslint-disable react/no-unstable-nested-components */ import React from 'react'; import { View } from 'react-native'; import PersonalNewSecurity from './screens/PersonalNewSecurity'; import Home ...
One's user avatar
  • 3
0 votes
0 answers
45 views

@react-navigation/native-stack: Missing type for Nested navigator with route params

I'm trying to type a nested navigator that takes a route param. In order for its screens to be typed correctly when navigating them with params, the navigator is types as such: import { ...
Maro Paro's user avatar
  • 111
0 votes
0 answers
45 views

How do I get the header height for a React Navigation Native Stack with a large header?

Similar to React Navigation get stack header height but I am looking specifically at Native Stack with a large header. useHeaderHeight from import { useHeaderHeight } from '@react-navigation/elements' ...
Archimedes Trajano's user avatar