mobile-development

Installation
SKILL.md

Mobile Development

React Native Component Structure

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;
}
Installs
140
GitHub Stars
2.2K
First Seen
Feb 11, 2026
mobile-development — rohitg00/awesome-claude-code-toolkit