@shipshitdev/react-native-components
Master React Native 0.79.5 components, styling, performance optimization, and mobile UI best practices with real-world examples
No skills found in this collection.
SKILL.md
| name | react-native-components |
| description | Master React Native 0.79.5 components, styling, performance optimization, and mobile UI best practices with real-world examples. Use when building React Native UI components, implementing StyleSheet or dynamic styling, optimizing list performance, or creating accessible mobile interfaces. |
React Native Component Patterns Expert
When to Use
Use when you're:
- Building React Native UI components
- Implementing StyleSheet patterns and dynamic styling
- Optimizing FlatList and list performance
- Creating accessible mobile interfaces
- Implementing custom hooks for mobile
- Working with View, Text, Image, ScrollView components
Quick Reference
Core Components
- View: Flexbox container (default
display: flex) - Text: Required wrapper for all text
- Image: Use
expo-imagefor better caching - ScrollView:
contentContainerStylefor inner padding - FlatList: For lists > 50 items
StyleSheet Patterns
StyleSheet.create: Performance-optimized styles- Array syntax:
[baseStyle, condition && activeStyle] - Dynamic:
useWindowDimensionsfor responsive - Platform:
Platform.select({ ios: {}, android: {} })
Performance
FlatListwithinitialNumToRender,windowSizeReact.memofor pure componentsuseMemofor expensive calculationsuseCallbackfor event handlers
References
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.
No demos yet. To add one, ask your AI agent: "Submit a demo for @shipshitdev/react-native-components" — or upload via the API.
To add a demo, ask your AI agent: "Submit a demo for @shipshitdev/react-native-components"
No eval data yet. Eval results are published via the SkillSafe API.