mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
7f54506f96
Summary: @public The current getter for `navigationContext` always return a static context, and it should return an instance-based one, instead. Test Plan: Use console.log() in inspect that two different navigators do have their own `navigationContext` created.