Vaibhav Jaiswal
07/07/2025, 12:24 PMretainedComponent
which means that the rootComponent survives config change
And this root Component has a stack navigation, so does this mean the child components for each screen in the nav will also survive config change?Arkadii Ivanov
07/07/2025, 12:43 PMVaibhav Jaiswal
07/07/2025, 12:44 PMArkadii Ivanov
07/07/2025, 12:47 PMInstanceKeeper
is the default way of retaining things over configuration changes. In this case it's possible to inject activity-scoped dependencies into components.