Hi all, does anyone have a sample repository for a...
# decompose
n
Hi all, does anyone have a sample repository for a compose multiplatform android + ios app that is relatively simple? The sample in the official repo looks extremely complicated and all I need to do is implement the ios entry point to my app. I have no experience with swift and only just recently got a virtual mac set up. I basically need to do this but for the ios side.
r
Here's one without Swift (still WIP but you can already clone it and see how it works) https://github.com/wizbii/CinematicJourney (Also, I lied, it does have Swift code, here is the entire Swift codebase: )
Copy code
MainKt.main(args: CommandLine.arguments)