-
Notifications
You must be signed in to change notification settings - Fork 27
Create recipe(s) for interop with native iOS #154
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Provide recipes that demonstrate App Platform interop with iOS. For example: similar to how we have native Android support for Views, it is possible to connect presenters with SwiftUI so business logic can be shared in multiplatform while UI remains native.
Candidate topics for these recipes are:
- How to connect presenters to SwiftUI
- How to handle navigation with a presenter backstack and SwiftUI's
NavigationStack - How scopes can be managed from native iOS
As part of these recipes we'll also likely want to demonstrate some sort of pattern for DI. Maybe DI is also a recipe of it's own? Organization of topics into recipes and the scope of what we should cover is still unclear.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request