that's great! I am doing some exploratory code from SwiftUI I'll check it.
Regarding Android I have found that Decompose can solve problems that otherwise would be harder to solve, so even without multiplatform decompose is useful, thanks for the work!
a
Adam Brown
03/13/2023, 11:43 PM
maybe it would make sense to make a swift library that we can pull in, a cocoapods or what ever
a
Arkadii Ivanov
03/14/2023, 12:03 AM
I doubt that it's technically possible to create a published Swift library that would depend on Decompose. And at the same time it could be added to an Xcode project that depends on a shared module that also depends on Decompose. 😀
I had this question with Reaktive and also couldn't solve it that time - https://github.com/badoo/Reaktive/issues/538#issuecomment-723218997
Would be good to know if there is actually a way.