Skip to main content

All Questions

Tagged with
0 votes
0 answers
32 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 ...
nzapponi's user avatar
  • 476
0 votes
0 answers
40 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....
nvbach91's user avatar
  • 176
-1 votes
1 answer
74 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 ...
n8o's user avatar
  • 1,899
0 votes
0 answers
21 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 - ...
Mykola Berezhniuk's user avatar
1 vote
0 answers
38 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-...
Zephyr's user avatar
  • 2,083
-1 votes
1 answer
70 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 ...
butterfly's user avatar
0 votes
1 answer
69 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-...
Ronan Morgan's user avatar
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 ...
Lubron's user avatar
  • 97
0 votes
2 answers
349 views

react-navigation native-stack, how to change the modal height?

/* eslint-disable react/no-unstable-nested-components */ import React from 'react'; import { View } from 'react-native'; import PersonalNewSecurity from './screens/PersonalNewSecurity'; import Home ...
One's user avatar
  • 3
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 ...
TruMan1's user avatar
  • 35.2k
0 votes
0 answers
24 views

Stale application instances lingering in Safari Develop Menu after popping out navigation screen

I have a react-native app running in my IOS simulator in which I am using react-navigation version 6. My home screen is called the myApps screen which lists several small applications that the user ...
Pankaj Badgujar's user avatar
0 votes
0 answers
44 views

Header title and icons are misaligned on iOS after updating [email protected]?

my setup: expo SDK 48 (claims that it can only work with [email protected]) react-navigation/native 6.0.10 only iOS is affected find my full package.json and code if you like here: https://github....
tomwaitforitmy's user avatar
0 votes
0 answers
89 views

React navigation headerRight not rendering

how can I render headerRight in React navigation? I have tried everything that is told in this tutorial: https://reactnavigation.org/docs/header-buttons/ Still not working/rendering on the screen. ...
Zibal's user avatar
  • 50
0 votes
0 answers
18 views

Creating a list of items such that on pressing it navigates to a screen. The List can have Switch Icon which required different space management

I have a PageNavigator Component, using that data array I want to iterate overit to create a group list of componet that has arrow button and a text. But my requirement is this, there is a switch ...
kuch_v's user avatar
  • 1
0 votes
0 answers
207 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='...
Lelouch's user avatar
  • 133

15 30 50 per page
1
2 3 4 5
14