Hi , I have a question about integration with old ...
# compose-ios
a
Hi , I have a question about integration with old projects , I have a design system library for both android and ios (separate sdks) Android uses normal xml (migrating to compose) iOS uses UIkit (migrating to swiftUI) i would love to start sharing code between them while doing the migrations (at component level at least) for compose-ios will it output swiftUI ? (what is under the hood?) or something completely different ? and if so any possible chance to integrate with it ?
m
right now it just draws to the canvas like Flutter. But in the future it might use Redwood. https://github.com/cashapp/redwood/
maybe we’ll have both options but not sure. also interested to find out more about the direction they want to go with this.
to do canvas and have it look different on each platform you have to maintain a whole bunch of components like Flutter does with it Cupertino widgets. So no sure if anyone is going to create and maintain that.
Redwood definitely looks more promising long term but it’s rather complex in comparison.
a
thanks ! @michaelv I was hoping it will "introp" into swiftUI , and be as compatible to native as the business logic side, which our ios team found highly adoptive
m
with Redwood it will be.
someone shared this talk recently. I recommend having a watch

https://youtu.be/WwMxXcFX1dI?&t=22709

about Redwood
a
oh wow zipline code push for kmm ! ❤️