1 results for tag "expo-ui-swiftui"
Reference for using `@expo/ui/swift-ui` to embed real SwiftUI views and modifiers inside an Expo app on Expo SDK 55, including `npx expo install @expo/ui` setup with a required native rebuild (`npx expo run:ios`). Every SwiftUI tree must be wrapped in `Host`, RN components inside the SwiftUI tree go inside `RNHostView`, and component/modifier APIs should be confirmed against the SDK 55 docs at `docs.expo.dev/versions/v55.0.0/sdk/ui/swift-ui/...`.