mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +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.