Agent skill

expo-ui-swift-ui

Stars 1,593
Forks 72

Install this agent skill to your Project

npx add-skill https://github.com/expo/skills/tree/main/plugins/expo/skills/expo-ui-swift-ui

SKILL.md

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

bash
npx expo install @expo/ui

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

Instructions

jsx
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>;

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results