Skip to main content

All Questions

Tagged with
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
214 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
  • 132
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
0 answers
99 views

Unable to Redirect Screen Following Deep Link Path on Receiving VoIP Notification When Device is Locked

I am currently working on implementing VoIP call functionality in my React Native app using the CallKeep SDK and React Native Deep linking. The deep linking part is handled using the linking object ...
Krinish Radadiya's user avatar
2 votes
0 answers
247 views

How to use a SectionList with a large header title in React Native and React Navigation

In iOS, the Large Title Header animates with the ScrollView when the contentInsetAdjustmentBehavior="automatic" prop is set. It's a nice touch and I want to replicate this with the sticky ...
jamesrogers93's user avatar
0 votes
1 answer
225 views

react-native find screen the was idle to logout

I have tried panResponder to check the screen idle. but it doesn't work. i am not sure, what mistake i done. const timerId = useRef(false) const [timeForInactivityInSecond, ...
Sarathi Ashok'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
104 views

React Native Navigator HeaderBackButton "Label" prop not working

I am attempting to alter the functionality of the HeaderBackButton in navigator, and am doing the following inside of useEffect(), based on the documentation. navigation.setOptions({ headerLeft: ()...
Gavin Kasdorf's user avatar
1 vote
1 answer
845 views

How to achieve 3d touch (peek and pop) in react native

how can I implement this functionality in my react-native app? Is react-navigation provide this by default? here are some related links: https://github.com/aksonov/react-native-router-flux/issues/...
Mitesh K's user avatar
  • 742
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
0 votes
0 answers
304 views

While using a custom header with react navigation for a react native app, I can't identify where this background is coming from?

I am using the default stack from react navigation, and in my navigator screen options I have my own custom header header: (props) => <Header props={props} />. In my screen, I have a ...
ozdv's user avatar
  • 11
0 votes
1 answer
205 views

OS killing the app when it going to background

I'm develop application on React native and have an unexpected behavior. When I minimize the app OS kill it, so when I come back to the app it start loads again. I just want to keep using app from the ...
Anton Karatkevich's user avatar
0 votes
1 answer
153 views

Unable to resolve "./SafeAreaProviderCompat" from "node_modules/@react-navigation/bottom-tabs/src/views/BottomTabView.tsx"

I'm building an expo react native app (sdk 46.0) and when loading the app I am confronted with the error in the title. How can I fix it?
David Guri's user avatar
1 vote
1 answer
1k views

React Navigation presentation modal - disable parent screen from scaling down (iOS)

I am trying to make a bottom modal that slides up from bottom, has a transparent background, and can be swiped down (exact same as Instagram's various bottom modals). I can almost achieve this with: &...
TrevPennington's user avatar
4 votes
0 answers
616 views

Is there a way to await in getStateFromPath in react-navigation?

I'm using a custom getStateFromPath function to resolve my paths to a state, though to resolve some of the path routes, I need to make an api request to a router endpoint. Is there any way I can ...
mesh00's user avatar
  • 61

15 30 50 per page
1
2
3 4 5
14