Satyajit Sahoo
Satyajit Sahoo
Your code emitting the event is incorrect. The event requires the route key of the route in the navigator for the target option but you're passing the name of the...
Hello, the PR got closed automatically due to some changes in the main branch. Would you be able to send a new PR? Thank you.
Hello, the PR got closed automatically due to some changes in the main branch. From a quick look at the diff, this functionality can already be achieved by providing custom...
In React Navigation 7, you can override the theme with: ```ts import { type Theme as NativeTheme } from '@react-navigation/native'; declare global { namespace ReactNavigation { interface Theme extends NativeTheme...
Hello, the PR got closed automatically due to some changes in the main branch. Would you be able to send a new PR? Thank you.
Modals are intended to be at the root. On iOS it works without having it at the root for native stack because of underlying platform differences. https://reactnavigation.org/docs/modal#best-practices Also to emphasize:...
I found an issue. When the drawer is on the right and I close it via gesture, it doesn't close fullly. https://github.com/react-navigation/react-navigation/assets/1174278/5d03e715-d177-48bb-8a5b-0386f7f02911
Thanks for the pull request. However it's a workaround and doesn't address the actual issue. The problem here is that it sends values when there are no listeners. Instead of...
Closing as per my response above.
> Any reason not to make that no longer be optional? Because you can navigate to a screen without needing to specify any child screens - which renders the initial...