Open
Description
A few container Screen
that are currently in Samples
, would be better situated with an independent dependency. This will enable easy consumption of these common UI containers.
Containers in Samples
currently:
AlertContainer
BackStackContainer
ModalContainer
Possible future additions:
TabBarScreen
[swift] [rfc] Add TabBarScreen Sample #1098EquatableScreen
- AScreen
that updates it's rendering only if it's contents have changed.ViewControllerLifecycleObserverScreen
- AScreen
that has callbacks for some commonUIViewController
lifecycle events.
Proposal
Move container Screen
s from Samples
to WorkflowUICommon
and add WorkflowUICommon.podspec
in root. Publish WorkflowUICommon.podspec
to Cocoapods.