JavaScript is disabled. Some features may not work.
Mobile Development — ★ 2.2K GitHub Stars — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

Mobile Development

★ 2.2K repogenerationN/AIntermediateClaude
🤖 AI Summary

This skill generates React Native mobile app code, specifically creating a `FlatList`-based product listing UI with TypeScript interfaces and platform-aware imports from `react-native` and `react-native-safe-area-context`.

How to Install

Claude Code:
git clone --depth 1 https://github.com/rohitg00/awesome-claude-code-toolkit.git && cp awesome-claude-code-toolkit/skills/mobile-development ~/.claude/skills/SKILL.md -r
import { View, Text, FlatList, StyleSheet, Platform } from "react-native"; import { SafeAreaView } from "react-native-safe-area-context"; interface Product { id: string;

Details

Category Coding → generation
Sourcerohitg00/awesome-claude-code-toolkit
SKILL.mdView on GitHub →
Repo Stars★ 2.2K
Est. per Skill54 (shared across 40 skills from this repo)
DifficultyIntermediate
Risk LevelN/A

Related Skills

Works Well With

Skills from the same repository — often designed to work together