Install any skill in seconds. Free to start, no credit card required.
Get Started Free →`@expo/ui/jetpack-compose` package lets you use Jetpack Compose Views and modifiers in your app.
.claude/skills/sediman-agent-expo-ui-jetpack-compose/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -11% | 0% |
> 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.
bashnpx expo install @expo/ui
A native rebuild is required after installation (npx expo run:android).
@expo/ui/jetpack-compose, modifiers from @expo/ui/jetpack-compose/modifiers..d.ts type files to confirm the exact API before using a component or modifier. Run node -e "console.log(path.dirname(require.resolve('@expo/ui/jetpack-compose')))" to locate the package, then read the relevant {ComponentName}/index.d.ts files. This is the most reliable source of truth.Host. Use <Host matchContents> for intrinsic sizing, or <Host style={{ flex: 1 }}> when you need explicit size (e.g. as a parent of LazyColumn). Example:jsximport { Host, Column, Button, Text } from "@expo/ui/jetpack-compose"; import { fillMaxWidth, paddingAll } from "@expo/ui/jetpack-compose/modifiers"; <Host matchContents> <Column verticalArrangement={{ spacedBy: 8 }} modifiers={[fillMaxWidth(), paddingAll(16)]}> <Text style={{ typography: "titleLarge" }}>Hello</Text> <Button onPress={() => alert("Pressed!")}>Press me</Button> </Column> </Host>;
ScrollView/FlatList for scrollable lists. Wrap in <Host style={{ flex: 1 }}>.<Icon source={require('./icon.xml')} size={24} /> with Android XML vector drawables. To get icons: go to Material Symbols, select an icon, choose the Android platform, and download the XML vector drawable. Save these as .xml files in your project's assets/ directory (e.g. assets/icons/wifi.xml). Metro bundles .xml assets automatically — no metro config changes needed.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-11 | pass→pass | 10,822 | 4,989 | -54% | 1 | 1 | 0% | 1,851 | 1,646 | -11% | 0 | 0 | — |
case-01 | fail→fail | 17,255 | 6,462 | -63% | 1 | 1 | 0% | 3,647 | 1,090 | -70% | 0 | 0 | — |
case-02 | fail→pass | 11,139 | 7,413 | -33% | 1 | 1 | 0% | 2,347 | 2,315 | -1% | 0 | 0 | — |
case-03 | fail→pass | 16,437 | 9,466 | -42% | 1 | 1 | 0% | 3,671 | 2,892 | -21% | 0 | 0 | — |
case-04 | fail→pass | 14,965 | 4,448 | -70% | 1 | 1 | 0% | 2,809 | 1,544 | -45% | 0 | 0 | — |
case-05 | pass→pass | 12,325 | 5,008 | -59% | 1 | 1 | 0% | 2,079 | 1,649 | -21% | 0 | 0 | — |
case-06 | fail→pass | 17,138 | 4,548 | -73% | 1 | 1 | 0% | 3,067 | 1,645 | -46% | 0 | 0 | — |
case-17 | fail→pass | 7,481 | 2,746 | -63% | 1 | 1 | 0% | 1,361 | 1,210 | -11% | 0 | 0 | — |
case-07 | fail→fail | 5,382 | 4,054 | -25% | 1 | 1 | 0% | 1,046 | 1,614 | +54% | 0 | 0 | — |
case-08 | fail→pass | 9,423 | 2,946 | -69% | 1 | 1 | 0% | 1,479 | 1,332 | -10% | 0 | 0 | — |
case-09 | fail→pass | 4,891 | 1,593 | -67% | 1 | 1 | 0% | 859 | 1,000 | +16% | 0 | 0 | — |
case-10 | fail→pass | 12,191 | 2,032 | -83% | 1 | 1 | 0% | 2,245 | 1,071 | -52% | 0 | 0 | — |
case-12 | pass→pass | 12,988 | 6,443 | -50% | 1 | 1 | 0% | 1,997 | 2,048 | +3% | 0 | 0 | — |
case-13 | pass→pass | 12,551 | 6,577 | -48% | 1 | 1 | 0% | 2,215 | 2,075 | -6% | 0 | 0 | — |
case-14 | fail→pass | 15,132 | 3,830 | -75% | 1 | 1 | 0% | 2,724 | 1,475 | -46% | 0 | 0 | — |
case-15 | fail→pass | 9,525 | 2,980 | -69% | 1 | 1 | 0% | 1,650 | 1,277 | -23% | 0 | 0 | — |
case-16 | fail→pass | 11,003 | 3,903 | -65% | 1 | 1 | 0% | 1,881 | 1,467 | -22% | 0 | 0 | — |
case-18 | pass→pass | 6,246 | 2,916 | -53% | 1 | 1 | 0% | 1,225 | 1,275 | +4% | 0 | 0 | — |
case-19 | fail→pass | 4,661 | 1,766 | -62% | 1 | 1 | 0% | 834 | 1,058 | +27% | 0 | 0 | — |
case-20 | fail→pass | 20,492 | 7,633 | -63% | 1 | 1 | 0% | 3,799 | 2,187 | -42% | 0 | 0 | — |
case-21 | pass→pass | 18,116 | 11,141 | -39% | 1 | 1 | 0% | 3,001 | 2,592 | -14% | 0 | 0 | — |
case-22 | pass→pass | 14,849 | 13,198 | -11% | 1 | 1 | 0% | 2,803 | 3,291 | +17% | 0 | 0 | — |
case-23 | pass→pass | 14,279 | 6,907 | -52% | 1 | 1 | 0% | 2,715 | 2,053 | -24% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 22 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +57 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.