429 questions
0 votes
0 answers
18 views
Android Back Button Exits Stack in React Navigation When Using Native SDK Screen
I'm building a React Native app using @react-navigation/native with a bottom tab navigator setup. Each tab renders a stack navigator: HomeStack SettingStack SdkStack ← this one embeds a native SDK ...
0 votes
1 answer
72 views
How do I trigger modal screen from bottom bar in react native?
I have a React Native app and I'm trying to figure out how to create a bottom bar that I can trigger a modal screen from? (like the 'New Reminder' and 'Add List' buttons in the bottom bar of the ...
0 votes
0 answers
35 views
createMaterialTopTabNavigator background transparency not working
I'm trying to take out the background of a view cause by toptabnavigator i'm using reactnative, now the issue here is when using stack navigator it work perfectly so i, want to customize the top tab ...
1 vote
3 answers
2k views
How to change or remove ripple Effect on tab bar Items?
I am using expo-router and the Tabs component in my React Native project. I have customized the tab bar icons, including a LinearGradient background for the center tab. However, I noticed that when I ...
0 votes
0 answers
208 views
How to share a single WebView instance across multiple tabs in React Native using Expo Router
I'm developing a React Native mobile app using Expo Router for navigation. The majority of the app functions as a web wrapper for a website I’ve also built. However, I’m implementing some features ...
0 votes
2 answers
301 views
Hide Bottom Tab Bar in specific screen in react-navigation V.7.x
I am currently using @react-navigation/native and @react-navigation/bottom-tabs to create bottom tab bar. I have successfully created everything and I am stuck in the middle. I need to hide the bottom ...
0 votes
0 answers
33 views
Nested stack is not accessible in react-navigation/bottom-tabs
I am currently started working in a react native project which is running in react-native: 0.67.5. In there they have used a lot of packages and some are deprecated. I have changed most of them to new ...
1 vote
1 answer
131 views
Bottom Tab Bar is pushed upward when the keyboard opens
The solution provided in this thread is applicablle to all the screens but I need to implement it only on some specific screen how to do this ? I tried below things but they are impact all the ...
0 votes
1 answer
48 views
Stacked React Navigators cause API to be called 2x when component is instantiated
I'm new to React Native and I have an app which uses a stack and tab navigator. The stack navigator is the child navigator of the tab navigator. The problem lies when a screen uses both of them, ...
0 votes
1 answer
872 views
How can I insert a button in the tab bar of my React Native app that does not navigate to any screen but instead triggers a custom function?
In my React Native application using Expo, I have a tab bar with multiple screens. I want to add a button in the middle of the tab bar that doesn't navigate to any screen but instead triggers a custom ...
0 votes
1 answer
224 views
React Navigation tabPress does not include preventDefault
I am attempting to suppress the default actions of a Tab, and display a modal instead of a screen. package.json "@react-navigation/bottom-tabs": "6.5.11", "@react-navigation/...
0 votes
1 answer
141 views
React Native: Bottom Tab Navigator shifts up when keyboard is open
I'm working on a React Native project where I use a bottom tab navigator. When I open the keyboard on a page without the bottom tab, and then navigate back to a tab navigator page using a gesture, the ...
0 votes
1 answer
131 views
How to use onPress() with Bottom Tabs Navigator in React Native?
I am using Bottom Tabs Navigator in my app to navigate between screens. My problem is that on my welcome screen I have added two buttons (not bottom tabs) that I want to navigate to the Home screen ...
0 votes
1 answer
73 views
React navigation bottom tabs navigator automatically navigating back to initial screen on touch anywheren on screen
I setup Bottom tab navigator in my react native app with typescript. I have Home, Explore, Ticket and Profile screen in bottom tabs. My Ticket screen is just showing a simple text, when i click on ...
1 vote
1 answer
66 views
no view found for id 0xe2a for fragment screenstackFragment {fd62d7} (a33df46d-25b8-49e6-823c-829b8ba9b189 id=0xe2a)
i am getting this error while navigating between tab. I am using react native navigation for navigating between tabs but not fix this please help me fix this issue working on it for past 2 days but ...