mirror of
https://github.com/status-im/react-native.git
synced 2025-02-13 09:56:44 +00:00
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.