Implements high-performance mobile applications using industry-standard React Native and Flutter design patterns.
This skill equips Claude with specialized knowledge for building robust cross-platform mobile applications. It enforces best practices such as efficient list rendering with FlatList, type-safe navigation, and responsive layouts that adapt to various screen sizes. By utilizing this skill, developers can ensure their mobile code follows platform-specific conventions for both iOS and Android while avoiding common pitfalls like blocking the JS thread or ignoring safe area insets. It is ideal for developers looking to accelerate mobile UI construction while maintaining production-grade performance and accessibility.
Características Principales
01Platform-specific styling using Platform.select for native look and feel
02Optimized React Native component structures using FlatList and SafeAreaView
03Responsive layout strategies for phone, tablet, and desktop breakpoints
04Performance-focused guidelines to avoid common mobile anti-patterns
05604 GitHub stars
06Type-safe navigation patterns for both React Navigation and Flutter
Casos de Uso
01Building a scalable e-commerce mobile app with complex list views and navigation
02Refactoring existing React Native code to improve performance and responsiveness
03Implementing cross-platform UI components that maintain native UX conventions