Questions tagged [react-navigation-top-tabs]

34 questions
0
votes
2 answers

How to reduce the number of requests in React Navigation TopTabNavigator using expo?

i'm pretty new on React Native and currently i am developing an app using expo. I am using TopTabNavigator from react navigation 6 and i don't understand how to reduce the no of the requests. Basically, whenever i hit a certain tab the request is…
0
votes
1 answer

Why Material Top Tabs could not be found even though I installed it? (React Native)

I installed the Material Top Tab library and I imported it on the project but it occurs me an error it says: "@react-navigation/material-top-tabs" could not be found within the project or in these directories: ..\node_modules@react-native I don't…
0
votes
2 answers

Is there any way to check if screen is in bottom tab navigation - react navigation 5.X

I need to check if screen is rendered in Bottom Tab Navigation (with Bottom Tab Bar) or in stack navigation (without tab bar). Same screen is used in both Bottom Tab Navigation and Stack Navigation. Can I add check and render components based on…
0
votes
3 answers

React Native: Header needs to be on top of createMaterialTopTabNavigator

I am having some trouble related to createMaterialTopTabNavigator (react-navigation). I want to have my tabs navigator below the header, yet this is how it's currently shown: I don't have much knowledge about how I could bring the header down, as I…
Leminur
  • 291
  • 2
  • 7
  • 22
1 2
3