Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
26 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
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
98 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
3 votes
0 answers
144 views

Using BlurView from @react-native-community/blur on Android (iOS working fine), makes the screen blank. Initially I solved this by creating a hook that allows me to render BlurView only after its ...
luisgmzz_'s user avatar
0 votes
1 answer
347 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
25 views

I'm implementing a drawer layout using React Native Drawer Layout like this: import {useNavigation} from '@react-navigation/native'; import { ActivityIndicator, FlatList, Image, ...
anta40's user avatar
  • 6,815
0 votes
0 answers
94 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
2 answers
83 views

`Title: React Native Bottom Tabs Refetching Data on Tab Switch – How to Cache and Prevent Re-fetch? Description: Scenario: I'm building a React Native application with Bottom Tabs. These tabs are ...
Hozefa Hassan Rizvi's user avatar
0 votes
0 answers
38 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
1 vote
0 answers
85 views

I'm experiencing a flickering issue on iOS after upgrading my React Native project to version 0.78.2. My screen contains a FlatList of products and a fixed bottom view that includes sorting and ...
Parth Shiroya's user avatar
0 votes
0 answers
41 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
2 votes
0 answers
849 views

I have an expo app that uses expo router with Expo 52. I'm using react query with my custom query client. I also have a route guard. Everything was working perfectly, but once I started to work on my ...
Ash Gharibyan's user avatar
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
1 answer
166 views

I have upgraded a React Native application from react-native - 0.69.12 > 0.76.3 I have also upgraded all the 3rd party libraries that the app used and got rid of the ones that were deprecated and ...
rstefan1989's user avatar
-1 votes
1 answer
133 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
0 answers
139 views

Below is the code demonstrating the usage of the Material Top Tab Navigator in this screen. I've even tried lazy: true, but the issue still persists. Why is the tab indicator behaving like this? Does ...
Samarth Mittal'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
1 answer
32 views

I am doing navigation between tabs using react navigation, the navigation is done correctly, as well as my custom tabBarLabel classes, but I am encountering a problem and that is that ...
cosmos multi'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
1 vote
0 answers
114 views

I am working with a React Navigation setup and TypeScript, and I am trying to define and enforce correct types for the navigation parameters. I have a nested stack structure where I need to properly ...
Okay Beydanol's user avatar
0 votes
0 answers
38 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
0 answers
47 views

I am working on a React Native CLI project. I have below Tab navigation in react native. <Tab.Navigator screenOptions={{ animation: 'shift', tabBarHideOnKeyboard: ...
Steve James's user avatar
0 votes
1 answer
192 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
15 views

I am working on a React Native CLI project with TypeScript, and I have configured Webpack to support images and PDF assets for the web platform. Everything works fine on the web, but when I try to ...
study's user avatar
  • 1
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
3 votes
0 answers
670 views

Having this issue after upgrading from react native 0.75.2 to 0.77.0 Attempt to invoke virtual method 'com.facebook.react.uimanager.events.EventDispatcher com.facebook.react.uimanager.UIManagerModule....
user29599121's user avatar
0 votes
0 answers
124 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
2 answers
909 views

I am navigatiing from /home to /listing/1 then from there I am navigating to /listing/2, when I go back I expect to go back to /listing/1 but it is going back to /home. Why is that, If it is a dynamic ...
Ash Gharibyan's user avatar
0 votes
0 answers
124 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
1 vote
0 answers
115 views

This is the project's enviorenment on which I am having trouble build the app. React Native version: 0.76.5 Java version: 17 I have done these: yarn install ... success Saved lockfile. Done in 68.90s....
Ali Ebrahimi's user avatar
0 votes
0 answers
64 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
1 vote
0 answers
104 views

For more context, ScrollView does work on a single page website. But whenever I start importing different pages, I get a very curious bug that prevents the ScrollView component from working. I also ...
elliotw's user avatar
  • 11
0 votes
0 answers
30 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
367 views

I am encountering an error when building my React Native project on Android after installing external libraries like react-navigation, @react-native-community/blur, or react-native-safe-area-context. ...
Sourav Singh'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
0 votes
1 answer
109 views

Whenever I add a component to a react navigation navigator, the background always turns grey (and some other styles change too but the background is my main issue). Why does it do this and how can I ...
Ruby Midford's user avatar
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
0 votes
1 answer
114 views

As i am implementing the Custom animation while user navigate through screen i got a type error. in the Stack Navigator section while using available property for custom animation i.e transitionSpec ...
alex's user avatar
  • 33
1 vote
1 answer
131 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
1 vote
1 answer
451 views

I'm using: "@react-navigation/stack": "^6.3.12", "react-native": "^0.74.2", As the title says — the back button chevron on iOS is invisible for some iOS users. ...
Joseph's user avatar
  • 893
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
0 answers
122 views

Im having this warn in the console and I dont know how to solve it: WARN The navigation state parsed from the URL contains routes not present in the root navigator. This usually means that the ...
Fernandev's user avatar
0 votes
1 answer
151 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
1 vote
1 answer
261 views

Im currently working on a React Native tvOS app, I've successfully created and finished the login page using a TVFocusGuideView so navigation works correctly using the apple tv remote. I've now ...
Jesper2908's user avatar
0 votes
1 answer
108 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
0 votes
1 answer
257 views

I have an _layout.tsx file that looks as follows: const RootLayout = () => { const router = useRouter(); const { user, isLoaded, isSignedIn } = useUser(); const { os } = usePlatform(); ...
crispengari's user avatar
  • 9,551
1 vote
1 answer
316 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
0 answers
397 views

I created a native Modal using Gesture from react-native-gesture-handler so that the Modal can be closed by swiping down. In iOS, after closing the mode and switching to other screens, the app hangs/...
IncognitoUser's user avatar
1 vote
1 answer
57 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
0 votes
2 answers
868 views

I'm experiencing an issue with navigation in my React Native app using React Navigation. When trying to navigate to a screen within a nested navigator, I'm getting the following error: ERROR The ...
Nassif's user avatar
  • 1

1
2 3 4 5
40