react-navigation / rfcs

RFCs for changes to React Navigation
Other
88 stars 16 forks source link

Using navigator ref to dispatch actions is unreliable #61

Open brentvatne opened 6 years ago

brentvatne commented 6 years ago

Folks reporting problems in https://github.com/react-navigation/react-navigation/issues/4490

satya164 commented 4 years ago

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?