Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
19 views

I am trying to make a Drawer Screen Tab appear dynamically according to a redux state value but this practice is not good as when I change the value of redux state, the whole component remounts ...
Archit Gupta's user avatar
1 vote
0 answers
60 views

I’m building a note-taking app in React Native (see code below) where each note’s content is displayed in a multiline, non-editable TextInput. The paddingTop of the TextInput is dynamically set based ...
Jake Matthews's user avatar
0 votes
3 answers
125 views

I’m trying to handle multiple deep link paths that should open the same screen in my React Navigation setup. For example, both of these URLs should open the same ChallengesScreen: mydomain.com/...
Migalejo Lejo's user avatar
0 votes
0 answers
66 views

I have noticed that many modern React-Native apps have a border radius for some of their screens (only noticeable when navigating). I am using react-navigation/native and know that I can set the ...
N K's user avatar
  • 73
0 votes
0 answers
39 views

In the Ionic/React app, the param passed by page A using component got picked up in page B, but only when running in web browser. In the emulator the param value is "undefined". But If I ...
user1286771's user avatar
1 vote
0 answers
41 views

I’m running into an issue with navigation, while using backBehavior="fullHistory". Navigation tree - (tabs) |- agenda | `- appointment `- clients `- client Flow: (tabs) ➡️ ...
Rousblack's user avatar
0 votes
2 answers
88 views

I use Centrifugo to deliver push notifications to our app. So far, displaying the message using Toast works fine. Now I want to do something different, something like navigate to a certain page. Here'...
anta40's user avatar
  • 6,815
0 votes
0 answers
57 views

React native 0.76.6 (old architecture) React Navigation v7 My React Native app crashes on Android with java.lang.OutOfMemoryError, but works fine on iOS. Sentry logs reveal a breadcrumb loop like: // ...
AndrewHoover898's user avatar
0 votes
0 answers
44 views

Bug Report When using Top Tabs with swipeEnabled: false, the very first tab is still swipeable on first mount. After swiping once, the swipe is locked as expected. Code Snippet <TopTab.Navigator ...
GS James's user avatar
0 votes
1 answer
74 views

I'm trying to pass a boolean flag when navigating between screens with Expo Router and read it with useLocalSearchParams, but the value I receive is a string (e.g. "true" / "false")...
Dileepa Peiris's user avatar
0 votes
1 answer
44 views

I'm on react-navigation v7. I have a component which renders a component like below class Manager extends React.Component { render () { return (<DescriptionComp />) } ...
Zephyr's user avatar
  • 2,651
0 votes
1 answer
81 views

I am doing auth for my React Native app. I have two methods for now, one is email and other is Google sign in. I am managing the auth using a context provider passed to the root layout file. The page ...
Kuber D's user avatar
  • 15
1 vote
0 answers
43 views

consider following navigation tree in react-native app. RootStackNavigator (id of navigator = root) Screen A Screen B EditTabNavigator (params: {id: number}) Tab A Tab B ...
Andrej Ruman's user avatar
0 votes
1 answer
205 views

I have been using "@react-navigation/native": "^6.0.2" and the app worked well, after then I decided to update all dependencies and use "@react-navigation/native": "...
Alexander Ukwueze's user avatar
1 vote
2 answers
88 views

App details: uses react navigation v7 with a single drawer navigator the drawer navigator contains custom content with buttons relating to all existing screens when a button is pressed, the app ...
gusti's user avatar
  • 567
0 votes
1 answer
267 views

Introduction I have a strong requirement to use React Navigation and Expo together because we have too much tech debt to switch to expo router at this moment. However, I feel like I am going crazy! I ...
Josh Martin's user avatar
1 vote
1 answer
146 views

I am trying to implement Right to left (RTL) language support to a react native app. I want my app to be as consistent as possible across different devices. When using react navigation drawer and ...
Tosh's user avatar
  • 21
4 votes
2 answers
1k views

_reactNative.BackHandler.removeEventListener is not a function (it is undefined), getting this error while navigating to home-screen in React react-native expo. In app, there is nested navigators in ...
Shukla Dev's user avatar
0 votes
1 answer
159 views

I'm building a React Native app and using @react-navigation/bottom-tabs with a custom tabBar component. The tab bar has five tabs, and the central one is a special "camera" button that is ...
Kamal's user avatar
  • 13
0 votes
0 answers
41 views

I am using MaterialTopTabs as my navigator in my expo project. here is my directory structure: Within the browse route group, I am using a stack navigator. I want, when I switch to the home (index) ...
LukasG's user avatar
  • 13
2 votes
2 answers
454 views

I'm using Expo Router in my React Native app, and I have the following navigation history: Home → Calendar → Template → AddReminder Now I'm on the AddReminder screen, and I want to navigate back to ...
Izaz Ahmad's user avatar
0 votes
1 answer
179 views

New to expo and trying to get my application to navigate to the home page in a [rotected folder (tabs). I am getting the error: The action 'REPLACE' with payload {"name":"(tabs)",&...
Don's user avatar
  • 443
-1 votes
2 answers
215 views

I'm using react-navigation v7. I have a stack navigator, with some screens having a header and some not. How can I check from within a screen, if it has a header? I see useNavigation().setOptions(), ...
RobinBobin's user avatar
0 votes
1 answer
70 views

I'm using a Bottom Tab Navigator with nested Stack Navigators for sections like "Home" and "Documents". Everything works fine in general. **Navigation structure: ** TabNavigator ---...
Enzo Makenzy's user avatar
0 votes
0 answers
41 views

I'm a student and new to the language, I don't know everything there is about programing, so please, if you know what is happening, explain in a simple way. I seriously doesn't know what is happening ...
Anthony's user avatar
0 votes
1 answer
350 views

I’m building a React Native app using Expo Router with a tab-based layout (for example: Feed, Search, Home). What I want is for each tab to have its own independent stack/history, so that when you ...
Emelie's user avatar
  • 11
0 votes
0 answers
110 views

I have a bottom tab navigator with multiple tabs. One of these tabs has a stack navigator. When I leave that tab, I'd like to reset the stack navigator tot he first screen. In the v6 it works in this ...
wiulma's user avatar
  • 101
0 votes
1 answer
106 views

When I sent my app to Apple for Review before going into production, they found an issue with the navigation colors. On IOS, it gets darker, I don't know why. The tricky thing here is that in Expo Go ...
Maciej Kuta's user avatar
5 votes
1 answer
3k views

First I build APK and install on mobile but Screen doesn't load. So I tried building in development mode and got the error: exception thrown when executing uiframeguarded. If I run it using expo go, ...
user avatar
0 votes
1 answer
72 views

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 ...
iamxanderg's user avatar
1 vote
0 answers
31 views

Trying to learn react native with expo but stumbling over creating a simple react-navigation test app. I have created a project with a screen (screen 1) and I am trying to add a header icon and text ...
iamxanderg's user avatar
1 vote
0 answers
45 views

I have a navigator layout of a root Stack/Slot (I tried both), which nests directly a tabs navigator ((tabs)/_layout). The index folder inside the tabs itself is again a Stack navigator: . ├── _layout....
bcye's user avatar
  • 855
1 vote
1 answer
51 views

I am developing a mobile app and I am trying to navigate to a different screen after login is successful. This screen is in another stack different from the login stack, but it keeps on saying Login ...
Zionnaire's user avatar
0 votes
3 answers
3k views

Android & Expo Go was working fine for me until Expo SDK 53 using @react-navigation/native. As of SDK 53, Navigation is now working edge-to-edge, and that was not the way before, and I need to re-...
Philippe Lévi's user avatar
0 votes
1 answer
31 views

what I want I have IndexRoutes which has ConnectBattleScreen and QuestionListScreen. and ConnectBattleScreen has BattleRoutes contains MainPageScreen, BattleResultScreen and wrap with some Providers. ...
WinnieS's user avatar
  • 37
0 votes
0 answers
20 views

import { createAppContainer, createSwitchNavigator } from "@react-navigation/native"; // What needs to be used as this no longer supported. import { createStackNavigator } from "@...
user11153405's user avatar
0 votes
1 answer
34 views

After upgrading to React Navigation 7 in my React Native project, my Jest tests started failing with the following error: Error: AnimatedValue: Attempting to set value to undefined. This did not ...
Tamlyn's user avatar
  • 23.9k
0 votes
1 answer
185 views

Problem: My React Native app with Expo Router consistently shows the index screen, even when the conditions should display the onboarding screen. I've verified that: The storage check correctly ...
Shreyas Damase's user avatar
0 votes
2 answers
349 views

I'm working with React Navigation in React Native and am having an issue with navigating from BarScreen to FooScreen in the example below. Expected behavior: When I navigate from BarScreen to ...
Cheesy Chameleon's user avatar
0 votes
1 answer
147 views

I am building a expo react app, and i am testing its performance on a release build, for the most part my app is pretty stable with acceptable frame rates of 56-60fps on both ui and js threads, the ...
Sarang Dutta's user avatar
0 votes
0 answers
35 views

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 ...
miracle godwin's user avatar
0 votes
0 answers
330 views

I’m using Expo Router with React Native and trying to present a screen as a modal inside a dynamic route folder like [search]. app/ [search]/ _layout.tsx ← nested stack index.tsx ...
frizurd's user avatar
  • 165
0 votes
1 answer
775 views

I tried to implement react navigation but i faced a lot of errors even though my codes are well structured according to navigation standards. Idk what could possibly my mistake/s that prevented me ...
addictedmark 69's user avatar
0 votes
0 answers
30 views

i'm trying to do an integration test. The test in fact is not the issue, the main issue is about rendering the app. When jest try to render the app, works until it gets to Stack.Screen and crash with ...
Julian Franco's user avatar
0 votes
1 answer
82 views

Please look this picture,I use createBottomTabNavigator to creat a Tabs in react-native,and both screens will use the same gradient background,so i add "backgroundColor: 'transparent'" in ...
leon.s's user avatar
  • 21
0 votes
0 answers
68 views

React Navigation error: “Couldn't register the navigator” even with correct NavigationContainer usage (Expo) I'm building a mobile app with React Native (Expo) to manage clinical patients and ...
Eliasaf Dias Mello's user avatar
0 votes
0 answers
39 views

I want to have a toast (view on top of everything else) that is controlled by a contextual state. In order to do this, I add this at the app level of my basic static API navigation: const RootStack = ...
Corbella's user avatar
  • 1,812
0 votes
0 answers
44 views

I have a dynamic route like /pattern/[id] which these items can navigate to related items so only the id changes. I want the Back button to go back, so pattern/3 > pattern/2. However, the back ...
Phil Lucks's user avatar
  • 4,162
0 votes
0 answers
25 views

When I set the initialRouteName to the second tab, it still renders the first screen on startup, not the second one where I want my home page to be. what it does right now how ti should look like &...
Šimon Kopecký's user avatar
0 votes
0 answers
153 views

On Android 14 3-button navigation has a black background, but on Android 15 is transparent and does not look good. Is it possible something change? I used react-native-safe-area-context in my app, and ...
IncognitoUser's user avatar

1
2 3 4 5
172