building-skip-ui
Installation
SKILL.md
Building Skip UI
SkipUI converts SwiftUI into Jetpack Compose for Android. Use standard SwiftUI patterns — SkipUI handles the translation. Not all SwiftUI APIs are available; this skill covers what works and how to customize the Android rendering.
Project Setup
A Skip app uses standard SwiftUI with the SkipUI framework:
// Package.swift dependencies
.package(url: "https://source.skip.dev/skip.git", from: "1.2.0"),
.package(url: "https://source.skip.dev/skip-ui.git", from: "1.0.0"),
.package(url: "https://source.skip.dev/skip-foundation.git", from: "1.0.0"),