All skills
expo avatar

Expo UI SwiftUI

official

expo

A collection of AI agent skills for working with Expo projects and Expo Application Services

1,796 85 Updated 3 days ago First seen 5 months agoactive
npx -y skilld add gh:expo/skills -s Expo UI SwiftUI

No curator note yet. Be the first to add yours — one line on why you reach for this skill.

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: SKILL.md on GitHub

No curators have added this skill yet. Be the first to include it in a collection.