install
source · Clone the upstream repo
git clone https://github.com/El3tar-cmd/DevHive-Cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/El3tar-cmd/DevHive-Cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/mobile-ui" ~/.claude/skills/el3tar-cmd-devhive-cli-mobile-ui && rm -rf "$T"
manifest:
skills/mobile-ui/SKILL.mdsource content
Expo Native UI
Skills
- ./references/tabs.md -- Native tab bar with NativeTabs and liquid glass support
- ./references/expo-fetch.md -- Streaming API responses (OpenAI, etc.) on mobile with expo/fetch
- ./references/keyboard.md -- Whenever you implement keyboard handling or any UI involving keyboard input, ALWAYS read this skill.
- ./references/sheets.md -- Whenever you implement modals, sheets, formSheet, auth flows, login/register, wizards, or any overlay presentation, ALWAYS read this skill.
- ./references/app-icon.md -- Generating app icons and splash screens with AI image generation