react-native-navigation Questions

3

Solved

REACTNATIVE : Currently using Linking.openSettings() to open my application settings page. Now, I want to open the app permission screen directly, which is inside the App settings to enable permiss...

5

Solved

I got stuck. I am developing a mobile application with React Native CLI & React Navigation 6.x Then when i use material top tabs navigator, swiping through left to right or right to left. It al...

14

Solved

I am using React Native and React Native Navigation to build out my application. Currently, I have three bottom tabs: Home, Upload Video and Messages. Upon selection of the Upload Video tab, I want...
Cryptozoic asked 25/6, 2019 at 2:0

11

I am experiencing this when transitioning to one screen to another with two different navigators: ex-navigation and the new one React Navigation . There is a white flickering for a second (or half ...

2

I am building a react native app where I want to add a scrollview as a wrapper to all the UI screens. I have wrapped the Stack.Navigator in a ScrollView but the content is clipped at the bottom of ...

3

In My below code when I use useNavigation() then it gives an error like my quiestion How to use useNavigation, Please any one can solve this error... ERROR:Couldn't find a navigation object. Is you...

1

I'm building a VoIP app on React Native, which detects incoming calls using push notifications. I need to start the app and bring it to the foreground on receiving a push notification. I'm able to ...
Contuse asked 8/2, 2019 at 12:51

7

Solved

I have an application using React native where I am using react-navigation (5.2.9). I built a Stack.Navigator where I've got my screens but I want the Footer component to be outside so it renders...
Flavius asked 12/4, 2020 at 10:37

6

I'm on screen A which has current state of {key:'value'} , I navigated to screen B now I'm trying to pop from screen B to screen A again , but I don't want to lose the current state in screen A {ke...
Leija asked 24/4, 2019 at 12:19

11

I am new to React Native and I am getting this error, but I am not able to resolve it. I am following the tutorial from the main react-navigation page, but I am not able to complete it. I will appr...

11

Solved

I would like to be able to hide the tabs on a screen using React Native Navigation v5. I've been reading the documentation but it doesn't seem like they've updated this for v5 and it refers to the...

4

Solved

I'm pretty new to React Native and React Native Navigation. I'm getting an error stating: "message": "No overload matches this call.\n Overload 1 of 2, '(...args: never): void', gav...
Weig asked 27/9, 2022 at 1:0

3

Solved

I have a bottomTabNavigator which has two stacknavigators. Each stacknavigator has their own respective screens within them. Whenever I use something like navigator.navigate("Stackname" {screen:"...
Illsuited asked 1/6, 2020 at 15:34

3

Solved

Remove Header in React navigation 6 with custom style here is code foe stack navigation <NavigationContainer> <Stack.Navigator initialRouteName='OtpScreen' // screenOptions={{ // head...
Garda asked 24/8, 2021 at 13:25

19

Solved

I am new to React Native. How can we refresh/reload previous screen when returning to it by calling goBack()? Lets say we have 3 screens A, B, C: A -> B -> C When we run goBack() from scr...

3

I work on a react-native app and this project used react-navigation 4.x to navigate around the app. I recently upgraded the project to 5.x of react-navigation and while trying to upgrade I ran into...
Allophane asked 14/2, 2020 at 15:0

2

Solved

I'm having problem in implementing goBack function in React-navigation/drawer 6 ("@react-navigation/drawer": "^6.1.4", precisely). I was able to perfectly achieve it in react-na...

6

Solved

Current Behavior After executing app is not installing reporting bundling failed: Error: Unable to resolve module ` react-native-screens` from `node_modules/react-navigation-tabs/src/navigators...
Child asked 4/2, 2020 at 5:25

5

Solved

I had to rebuild my gradle for android, and now I'm getting an error with RNScreens. Failed to find fragment for React Root View shows in the app. Here is logcat: 2022-08-20 22:54:02.259 9195-9241/...

1

I have a problem with the modal-presentation of react-navigation v6 to present a modal with ScrollView inside of it. Actually if I enable gesture to swipe down the modal, it doesn't work if there i...

4

Solved

I set the drawer right-side, but the hamburger icon, in the screen header, stays default left side, Is there any property to pass through to change position to the right? I know it should be done w...

13

Solved

I am getting this error after running my App: error: bundling failed: Error: Unable to resolve module react-native-safe-area-context from node_modules/react-navigation-stack/lib/module/vendor/view...

3

Solved

By default, every screen I created in react-native project use a very light grey color as its background color. As you see here: I wonder instead of I set backgroundColor for each screen of my pro...
Clarino asked 29/7, 2020 at 17:59

3

Solved

Note: Please make sure to comment as to what I should mention to improve this question instead of thumbing down, I was able to successfully set up React Navigation with expo for another project, an...
Palp asked 6/1, 2019 at 3:23

10

Solved

I created a drawerNavigator and now I'm trying to add an icon to the header. The issue is when I add my HeaderButton I get this error: Component exception In the navigationOptions I tried to use bo...
Booking asked 8/3, 2021 at 18:12

© 2022 - 2025 — McMap. All rights reserved.