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
1
GitHub Stars
2
First Seen
Jul 15, 2026
Security Audits
mobile-development — lua2147/claude-toolkit-catalog