You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(example): remove alternative ways of using StackContainer in example (#146)
## Description
- **Remove alternative way of providing `StackContainer` with path
configuration**
It unnecessarily complicates things, we don't need it. In both
approaches we need to specify available screens (paths in current
nomenclature) up front anyway. It is fine to specify just the config.
## Test code and steps to reproduce
`TestScreenStack`
## Checklist
- [ ] Ensured that CI passes
0 commit comments