mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
97137e8bcc
Summary: Fixes https://github.com/facebook/react-native/issues/1252 Scenes dismissed/popped via a gesture were not being removed. This is probably a regression from an earlier refactor. Test plan: log statements after scene focusing now reports that `navigator.getCurrentRoutes().length` lowers after gesture. Tested on UIExplorer Navigator example Closes https://github.com/facebook/react-native/pull/1346 Github Author: Eric Vicenti <evv@fb.com> @public Test Plan: Imported from GitHub, without a `Test Plan:` line.