expo-ui-jetpack-compose

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

Content Preview
---
name: expo-ui-jetpack-compose
description: expo-ui-jetpack-compose
risk: unknown
source: community
---

---
name: expo-ui-jetpack-compose
description: `@expo/ui/jetpack-compose` package lets you use Jetpack Compose Views and modifiers in your app.
---

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

## Installation

```bash
npx expo install @expo/ui
```

A native rebu
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/expo-ui-jetpack-compose.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/expo-ui-jetpack-compose/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/expo-ui-jetpack-compose/SKILL.md

Related Skills