Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

Deeplinking with a domain name

I have the following code in my App.js: import React, { useState, useRef, useEffect } from 'react'; import { SafeAreaView, Text } from 'react-native'; import { NavigationContainer, useLinking } from '@...
dcangulo's user avatar
  • 2,047
1 vote
1 answer
805 views

Changing orientation of React-Native app shows strange white rectangle on top (IOS only)

I'm having something strange happening to an app I'm working on. Whenever I rotate the device on IOS to landscape, a white rectangle appears on top: Even when removing everything on this specific ...
Jxb's user avatar
  • 31
1 vote
0 answers
368 views

Can we use Universal Links with react native navigation?

Problem: In my project I have done the deep-linking part successfully with react navigation. Then I try to implement Universal Links for IOS too. When the link is clicked it is successfully opening ...
Tharindu Sandaruwan'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
427 views

How to open a deep link sent in notification? - React-Native

I've successfully implemented deep links in my project. Tested it as per the docs. Now I'd like to open a deep link sent in a notification. How to do that? Thanks.
haxpanel's user avatar
  • 4,618
1 vote
1 answer
3k views

Overlapping React Navigation Header in react native app

Im working in a react native app, for my navigation, I used react-navigation 4, In one of the screens I want to Overlap the react-navigation header with a card component, On android, it's working fine ...
ChamCham's user avatar
  • 484
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
1 vote
1 answer
276 views

Icon onPress only working for Android and not iOS

I'm trying to make a custom header component with an icon that can either toggle the navigation drawer or navigate the user back (or anywhere), the button is working fine on Android but doesn't seem ...
Mostafa Elkaramany's user avatar
6 votes
0 answers
814 views

Pull to dismiss React Navigation Modal

I am using gestureRespondeDistance: {vertical:Dimensions.get('window').height} on my mode modal screen in stackNavigator. The problem is that I have a ScrollView inside, so the swipe down to dismiss ...
DanielXander's user avatar
3 votes
3 answers
2k views

React native navigation back arrow missing on iOS 14

When upgrading to iOS 14 the back arrow disappeared when using stack navigation. I have come to the conclusion that it has something to do with our react-native version. I created a new project using ...
Daniel Tovesson's user avatar
46 votes
4 answers
62k views

react navigation v6 and v5, Disable swipe back action

I'm working with react navigation 5 : I created MainStackScreen and AuthStackScreen, const AuthStack = createStackNavigator(); function AuthStackScreen() { return ( <AuthStack.Navigator ...
Khaled Boussoffara's user avatar
5 votes
1 answer
3k views

React-Native Deeplinks with React-Navigation not working

I've been trying to set the deeplinks for my app, via react-navigation (v5) so I followed their instructions. I've edited my app delegate to include the package I need and the deeplinking/ universal ...
verybaddeveloper's user avatar
2 votes
4 answers
7k views

react-navigation swipe to go back doesn't trigger

I am using stack navigation and I want to use swipe to go back. However, even when I swipe the screen all the way to the right the app doesn't navigate to the previous screen and the screen slides ...
paniks's user avatar
  • 65
1 vote
3 answers
806 views

React Navigation width is not 100% fit to screen on ios simulator

When I tried just to render the HomeScreen component not using Stack.Screen I was able to get 100% width but when I tried to use code bellow, 100% width screen is not working const HomeScreen = () =&...
SamTaps's user avatar
  • 63
2 votes
0 answers
3k views

How I enable / disable device dark mode from my React Native App

How I enable/disable dark mode hardware button from my react-native app. ie I want to enable device darmode from my react-native app while clicking a button, is there any solution for this. I need a ...
jamal's user avatar
  • 1,077

15 30 50 per page
1
3 4
5
6 7
14