mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
222594cb44
Summary: When mutation of a stack happens, we'd like to compute the diff of the stacks (before and after) so that we can know which routes are removed in the new stack. This diff adds a new method `substract` which does what we need.