Skip to main content

All Questions

Tagged with
1 vote
0 answers
33 views

react-navigation navigate function causing unhandled exception 'RCTComponentViewRegistry: Attempt to query unregistered component

I am receiving an event from a react native webview and in that event attempting to navigate to a different stack. However the app crashes every time with the following *** Terminating app due to ...
1 vote
0 answers
22 views

React Native Expo background not covering iPhone notch

I am using React Native with Expo, and I am currently testing out gradients and trying to set the background color. I came across this bug where the notch of the device I am using (iPhone 13) is not ...
0 votes
0 answers
41 views

Expo Router - Transition back to screen with large title header is inconsistent with native behavior

I am trying to replicate the animation of the Contacts app on iOS, with a root screen with a large title header. Using Expo Router, when I go back to the root screen, the animation goes back as if the ...
0 votes
1 answer
750 views

Custom Button in React Navigation Wix Bottom Tab

I'm using React Navigation Wix for my App and I want to achieve something similar to the below design (Attached image). Actually the problem with the wix is that we don't have the ability to customize ...
3 votes
2 answers
12k views

How do I animate React Navigation transitions using createBottomTabNavigator?

I've spent the last day trying to find out how to implement a simple fade screen transition with react-navigation but I cannot find one way to make it work with a bottom-tab-navigator. Can someone ...
1 vote
2 answers
1k views

Expo Router v3 Tab Navigation with Stack, search, and large title

I'm trying to mimic the Apple Contacts navigation header with search with large title but only on the Home Screen. All other tabs should have their own settings, such as no different title or ...
0 votes
0 answers
43 views

React Navigation Material Top Tabs Navigator conditional rendering blank screen on iOS

I'm experiencing this issue with my Expo React Native app on iOS only where a blank screen is displayed after swapping the Login screen with the Main screen based on simple component state change, e.g....
-1 votes
1 answer
96 views

Expo routes does not support 'swipe back'?

I'm using Expo Router. Swipe to back does not work when using Link. Is this intentional in Expo Router? Reproducible & minimal codes is here: https://github.com/ygnoh/expo-router-swipe Press ...
0 votes
0 answers
23 views

Why navigation back close expo go IOS?

When I click on the button "Back" in the header or on the button "go home" in the details page my app close. So Why? But with the help of swipe I can return back. app.jsx file - ...
1 vote
0 answers
40 views

React-Native Modal behaving differently in iOS vs Android

In my react-native app the modal opens up only in few screens in iOS but all the necessary screens in Android. I have a navigator setup the following way import { createStackNavigator } from '@react-...
-1 votes
1 answer
82 views

Is it possible to have different splash screens between prod and dev in react native

I'm a beginner with React Native. I know maybe this is kinda foolish question but I'm not sure if it's possible to have different splash screens between prod and dev in react native. I tried to add ...
0 votes
1 answer
80 views

React Native Tab Navigation Not Showing

import { View, Text } from 'react-native' import React from 'react' import { NavigationContainer } from '@react-navigation/native' import { createBottomTabNavigator } from '@react-navigation/bottom-...
0 votes
0 answers
215 views

React Native - IOS( Drawer partially opened on Login)

When I Login to the application drawer is partially opened, if I kill the app and reopen again drawer is fully closed. Not sure what is causing the issue. <Drawer.Navigator initialRouteName='...
122 votes
36 answers
266k views

How to get current route name in react-navigation?

I want the name of the current route or screen in react-navigation which I want to use inside if condition to make some changes.
3 votes
2 answers
1k views

Problem during ReactNative project deployment for iOS

I'm developing a brand new iOS/Android app and I want to use a single code, so I decided to use ReactNative for my pourpouses, and I want to build myself the executable instead of using something like ...

15 30 50 per page
1
2 3 4 5
14