I’ve been working on cross-platform mobile apps so much recently, had a funny moment while improving some things in Sunlit where I thought, “But how is this going to look on Android…” It’s not! iOS-only Swift app.
I’ve been working on cross-platform mobile apps so much recently, had a funny moment while improving some things in Sunlit where I thought, “But how is this going to look on Android…” It’s not! iOS-only Swift app.
@manton have you considered porting it? I think @skiptools offers a swift first route to creating an Android version?
@andyflisher I haven’t seriously considered it yet. It is a little odd since it’s the only iOS-only app we’ve got left.
@manton might be worth the experiment, I tend to build Kotlin first and generate iOS apps from there, but almost single code base interoperability between Kotlin / Swift is pretty impressive for a lot of use cases