Skip to main content

All Questions

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 - ...
Mykola Berezhniuk's user avatar
0 votes
0 answers
92 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
  • 52
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
96 views

React navigation native stack header title not auto hiding when using headerLargeTitle along with custom headerTitle component

My Code import * as React from 'react'; import {View, Text, StyleSheet, ScrollView} from 'react-native'; import {NavigationContainer} from '@react-navigation/native'; import {...
Naveen Vignesh's user avatar
1 vote
1 answer
457 views

Why does React Native Stack Navigation not persist keyboard?

When I navigate back first time, keyboard persists, but if i abort back navigation and then do it, keyboard does not persist anymore. What's causing this weird behavior? Can I fix it? I can't even ...
beardeadclown's user avatar
0 votes
1 answer
158 views

How set in the option the equal right padding or margin in the header for IOS and Android in React Navigation?

I should implement an equal gap for both sides and both platforms IOS and Android. For the right side, I did this with help of a minus margin, positive padding, and Platform. <Stack.Navigator ...
Oleg Zinchenko's user avatar
2 votes
1 answer
373 views

Error rendering JW Player - should have parent view controller:<RNSScreen> but actual parent is:<UIViewController>

We have a problem with a React Native app throwing a parent view controller error with the https://github.com/chaimPaneth/react-native-jw-media-player component (React Native wrapper around the native ...
Cheyne's user avatar
  • 2,059
0 votes
1 answer
309 views

Status bar text is black after app go to background although 'light-content' is being used - iOS 15

I am having a weird bug. I am using react-native 0.61.5 and react-navigation 4.0.10. After my app goes to the background and the user enters it again, the status bar is not showing. I think that text ...
Alija Fajic's user avatar
1 vote
0 answers
443 views

My Basic React Native App Keeps Breaking Due to Dependencies

I am coding a React Native app to teach myself the framework. The other day I created a small, relatively simple app. The app consisted of a Navigation Drawers linking 2 Screens. The Home Screen had a ...
Battlefront228's user avatar
0 votes
1 answer
498 views

How to make react-native navigation screen fill up ios simulator screen

I have a problem with react native navigation screen Here is my problem picture: enter image description here As you can see the navigation screen is shown smaller than the simulator screen size. Here ...
Ryan's user avatar
  • 126
0 votes
1 answer
1k views

React Native functional components - Navigate between different screens, each on a separate .js file

In my functional-component-based React Native app, I want to navigate between different screens, each of which resides in a separate .js file. I want to be able to navigate multiple layers deep like ...
velkoon's user avatar
  • 922
2 votes
0 answers
201 views

Error: EISDIR: illegal operation on a directory when I run react native IOS

I am building a simple react-navigation app. However, whenever I run the ios simulator, I am greeted with a white screen and an error in terminal: Error: EISDIR: illegal operation on a directory, read ...
Vaibhav Herugu's user avatar
-1 votes
1 answer
415 views

How can we wrap an entire react native application inside another react native application?

We have 2 independent react native applications, a parent and a child application. The requirement is to wrap the child app to be used inside the parent app. The child app should be accessible from ...
Elizabeth George's user avatar
1 vote
2 answers
876 views

Whenever installing React Native Gesture Handler it starts giving error

I am installing react navigation using the react navigation but when I do install npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @...
Shahanshah Alam's user avatar
0 votes
1 answer
181 views

How do I navigate to a react native screen which displays like iOS's 'fullScreen' mode

I am trying to navigate to another screen in my react native app which presents itself like iOS presents it's view in 'fullScreen' mode. I have attached the example, is it possible to do it in React-...
M Has Khan's user avatar

15 30 50 per page