rfcs
rfcs copied to clipboard
Using navigator ref to dispatch actions is unreliable
Folks reporting problems in https://github.com/react-navigation/react-navigation/issues/4490
tbh it feels weird to me that navigation events happen even before the screen mounts. even if we queue this, that means as soon as the navigator mounts, there'll be bunch of navigation events happening, which doesn't feel right?