Enables native SwiftUI integration and development within Expo SDK 55 applications using the @expo/ui package.
This skill empowers Claude to assist developers in building iOS-native user interfaces by integrating SwiftUI components and modifiers directly into Expo projects via the @expo/ui/swift-ui package. It provides specific guidance on wrapping SwiftUI trees in the required Host component, embedding React Native components using RNHostView, and adhering to SDK 55 standards. It serves as a domain-specific expert for implementing native iOS views, handling layout with stacks, and extending existing capabilities through local Expo modules when standard SwiftUI modifiers are unavailable.
主要功能
01Standardized implementation of SwiftUI Host and VStack layouts
02Version-specific documentation fetching for Expo SDK 55
0331,721 GitHub stars
04Support for extending Expo UI via local native modules
05SwiftUI-to-Expo component mapping and modifier guidance
06Integration of React Native components using RNHostView
使用场景
01Building high-performance native iOS UI components within an Expo project
02Migrating legacy iOS UI components to modern SwiftUI implementations in Expo