This is a comprehensive reference for building React Native 0.79.5 UIs with production-ready patterns. You get detailed guidance on StyleSheet optimization, FlatList performance tuning (initialNumToRender, windowSize), and accessibility implementation. The quick reference alone saves you from constantly checking docs for things like contentContainerStyle vs style or when to reach for React.memo. It's pitched at advanced level, so it assumes you already know React basics and focuses on the mobile-specific gotchas like text wrapping requirements and platform-specific styling. The real value is having component patterns, performance optimization, and accessibility practices in one place instead of scattered across blog posts and Stack Overflow threads.
npx skills add https://github.com/shipshitdev/library --skill react-native-components