Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
20 views

Environment expo-router: 6.0.14 react-native: 0.81.5 react: 19.1.0 @react-navigation/bottom-tabs: 7.4.0 @react-navigation/native: 7.1.8 expo: 54.0.12 Tab Layout Configuration // app/(tabs)/_layout....
Paul S's user avatar
  • 282
0 votes
1 answer
97 views

Is there a view/component/anything that can be used in one place in a react native app that would be placed above all the content - I need it for toast component. I tried using Portals, Root Siblings, ...
mmorosavljevic's user avatar
0 votes
1 answer
338 views

I have upgraded my project SDK version from 34 to 35. After the SDK version update, the app began crashing on devices with Android versions 9 or lower. There is a problem with the version of React-...
priyansh kasera's user avatar
0 votes
0 answers
93 views

I'm using CustomBottomTab and CustomDrawer for rendering custom ones into it. The strange thing what I have noticed was when I comment either one BottomTab or Drawer, the app works smoothly but when I ...
Narash Kumar A's user avatar
0 votes
0 answers
35 views

When I am trying to load last page of my app on my phone through "npx expo start --clear" (previous are working perfect), there are "bubbling event type of null" errors. I tried ...
user30039982's user avatar
0 votes
0 answers
38 views

I have a react-native project in this git repo https://github.com/Virock/rn.git Running it on web returns this error: ReferenceError exports is not defined Call Stack  (anonymous function)   KK/./...
Victor's user avatar
  • 193
0 votes
0 answers
21 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
-1 votes
1 answer
128 views

I am building an application using react native and using @react-navigation/bottom-tabs for navigation. But I want to remove the highlight feedback (Check the image) when we tap on the label to ...
Mayank Singh's user avatar
1 vote
2 answers
1k views

Hello there, I’m facing the following error while resetting the navigation to Home after a successful login. The app crashes as soon as the navigation resets. I’m able to reproduce the crash on a ...
Mitesh Baraiya's user avatar
0 votes
0 answers
52 views

Is it possible to open a modal in presentation: 'transparentModal' with dynamic height by content? Because by default, it opens in full screen. Or maybe another solution, but in each modal screen, I ...
IncognitoUser's user avatar
0 votes
0 answers
34 views

I have spent a lot of time trying to fix this issue, but I am unable to find the cause. I also updated react-native-screens using the command npm install react-native-screens@latest. Please help me ...
Dipesh Sah's user avatar
0 votes
1 answer
186 views

I'm working on a React Native project, and I'm facing the following error when running my app for ios. ERROR TypeError: _$$_REQUIRE(_dependencyMap[3], "(...)helpers/objectWithoutProperties")...
sandesh pawar's user avatar
0 votes
0 answers
192 views

Looking at the following example: https://reactnavigation.org/docs/nesting-navigators/#best-practices-when-nesting. ** Note ** Other similar solutions I found are geared more towards Tabs Navigation, ...
Fiddle Freak's user avatar
  • 2,137
0 votes
0 answers
117 views

Task :react-native-safe-area-context:processDebugManifest package="com.th3rdwave.safeareacontext" found in source AndroidManifest.xml: C:..\node_modules\react-native-safe-area-context\...
Dev Fritz's user avatar
0 votes
0 answers
123 views

import React from 'react'; import { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; import Home from '../screens/home'; import Car from '../screens/Car'; import Services from '../...
Артур's user avatar
0 votes
0 answers
63 views

React Navigation: Component in Tab Navigator not unmounting properly after parent Stack Navigator reset The Problem I have a nested navigation structure with a Stack Navigator containing a Tab ...
Jorge Rivera's user avatar
0 votes
0 answers
26 views

I was following the documentation tutorial about using typescript with react-navigation when I encountered some problems. I have a Tab navigator that consists of Stack navigators, each of which ...
polaszek's user avatar
1 vote
0 answers
58 views

I am building a react-native 0.76.2 app using expo 52.0.10. I have used v0.76.2 of react-native. the code is really simple but I ran into an issue while following a tutorial online that the Tabs (...
Ahmad Habib's user avatar
  • 2,510
2 votes
1 answer
1k views

I create a new React Native Project and I install React Native Navigation and React Native Stack Navigation. npm install @react-navigation/native npm install @react-navigation/stack npm install react-...
Haider Mukhtar's user avatar
1 vote
1 answer
123 views

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 ...
Dheeraj Kumar's user avatar
5 votes
3 answers
4k views

I have an expo project, and setting up a clerk auth. I have followed all the required code clerk gave, and now getting this error on the links. Everything looks okay to me, but I cant figure out how ...
Ash Gharibyan's user avatar
0 votes
1 answer
147 views

Problem If the title gets to be to long, it will push out the headerRight and headerLeft before it applies the ellipsis. Note I found a similar question here with no fix for this issue https://...
Fiddle Freak's user avatar
  • 2,137
0 votes
1 answer
100 views

I am trying to navigate to the profile from the verify screen upon complete authentication using the following code: const verify = async ()=>{ ..... if (completeSignUp.status === "...
crispengari's user avatar
  • 9,551
1 vote
1 answer
306 views

I'm using React Native with @adrianso/react-native-device-brightness library for this Imagine I'm in screen A, having device brightness about 0.5 When redirecting to screen B, Current brightness is ...
Tung Le's user avatar
  • 41
1 vote
1 answer
49 views

I am using 'react-navigation/native' in an Expo managed project and I have built using 'react-navigation/native-stack' and 'react-navigation/bottom-tabs' a navigation structure as follows: <...
maximo rulli's user avatar

1
2 3 4 5
40