expo ui swiftui

The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI SwiftUI docs for that version for the most accurate information.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "expo ui swiftui" with this command: npx skills add expo/skills/expo-skills-expo-ui-swiftui

The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI SwiftUI docs for that version for the most accurate information.

Installation

npx expo install @expo/ui

A native rebuild is required after installation (npx expo run:ios ).

Instructions

import { Host, VStack, RNHostView } from "@expo-ui/swift-ui"; import { Pressable } from "react-native";

<Host matchContents> <VStack> <RNHostView matchContents> // Here, Pressable is an RN component so it is wrapped in RNHostView. <Pressable /> </RNHostView> </VStack> </Host>;

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

building-native-ui

No summary provided by upstream source.

Repository SourceNeeds Review
28.1K-expo
General

native-data-fetching

No summary provided by upstream source.

Repository SourceNeeds Review
22.5K-expo
General

expo-tailwind-setup

No summary provided by upstream source.

Repository SourceNeeds Review
19.7K-expo
General

upgrading-expo

No summary provided by upstream source.

Repository SourceNeeds Review
18.9K-expo