mobile-development
Mobile development patterns for React Native and Flutter including navigation, state management, and responsive design
Content Preview
---
name: mobile-development
description: Mobile development patterns for React Native and Flutter including navigation, state management, and responsive design
---
# Mobile Development
## React Native Component Structure
```tsx
import { View, Text, FlatList, StyleSheet, Platform } from "react-native";
import { SafeAreaView } from "react-native-safe-area-context";
interface Product {
id: string;
name: string;
price: number;
image: string;
}
function ProductList({ products }: { produHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/mobile-development.md \
https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/skills/mobile-development/SKILL.mdSkill 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/rohitg00/awesome-claude-code-toolkitThen reference at skills/mobile-development/SKILL.md
Related Skills
Automating Mobile App Testing
This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user requests mobile app te
skill-adapterautomating mobile app testing
by jeremylongshore · plugins-plus-skills
frontend-mobile-development-component-scaffold
You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, s
developmentfrontendmobilecomponent
by sickn33 (Antigravity) · antigravity-awesome-skills
mobile-developer
Develop React Native, Flutter, or native mobile apps with modern architecture patterns. Masters cross-platform development, native integrations, offline sync, and app store optimization.
developmentmobile
by sickn33 (Antigravity) · antigravity-awesome-skills
mobile-security-coder
Expert in secure mobile coding practices specializing in input validation, WebView security, and mobile-specific security patterns.
securitymobilesecuritycoder
by sickn33 (Antigravity) · antigravity-awesome-skills