You can mix UIKit and SwiftUI in the same app. This skill shows you how to wrap UIKit views like camera previews or map views inside SwiftUI code. It also shows how to put SwiftUI views inside UIKit screens. This is useful when you are moving an old app to SwiftUI step by step.
You will learn about UIViewRepresentable and UIViewControllerRepresentable to use UIKit code in SwiftUI. You will also use UIHostingController to add SwiftUI inside UIKit. The skill covers delegate callbacks and state sharing between the two frameworks.
Everything works on iOS 16 and newer. The code examples use modern Swift patterns. This skill helps you keep old UIKit parts while adding new SwiftUI parts.
Global
mkdir -p ~/.claude/skills/swiftui-uikit-interopProject
mkdir -p .claude/skills/swiftui-uikit-interopSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability