mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
c28d33f3a2
Summary: idStack is going away soon. This removes all references to it. Looking at the internal state of navigator will make you have a bad time. The biggest change is switching to the new component-freezing techinique in the navigation bars. This way we avoid dependence on the idStack to provide a scalar ID for each route.