Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
55 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
0 answers
56 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
1 vote
0 answers
37 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
0 answers
51 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
1 answer
62 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
73 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
0 votes
1 answer
192 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
0 votes
1 answer
249 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
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
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
0 votes
1 answer
166 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
0 votes
1 answer
62 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
1 answer
339 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
1 answer
99 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
0 votes
1 answer
64 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
41 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
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
0 answers
17 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
174 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
1 answer
128 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
321 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
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
0 answers
62 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
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,152
0 votes
0 answers
148 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