Skip to main content

All Questions

1 vote
0 answers
32 views

react-navigation navigate function causing unhandled exception 'RCTComponentViewRegistry: Attempt to query unregistered component

I am receiving an event from a react native webview and in that event attempting to navigate to a different stack. However the app crashes every time with the following *** Terminating app due to ...
Mingo's user avatar
  • 886
0 votes
0 answers
26 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
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
3 votes
0 answers
2k views

Back button doesn't show in React Navigation 6.x with nested navigators

My React Native app has a root Stack Navigator with some screens and nested navigators: /* Root Stack Navigator */ const disableBackButtonOpts = { headerBackVisible: false, gestureEnabled: false } ...
steformicola's user avatar