From shipshitdev-library
Master React Native 0.79.5 components, styling with StyleSheet, list performance optimization, and accessible mobile UI patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shipshitdev-library:react-native-componentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when you're:
Use when you're:
display: flex)expo-image for better cachingcontentContainerStyle for inner paddingStyleSheet.create: Performance-optimized styles[baseStyle, condition && activeStyle]useWindowDimensions for responsivePlatform.select({ ios: {}, android: {} })FlatList with initialNumToRender, windowSizeReact.memo for pure componentsuseMemo for expensive calculationsuseCallback for event handlersnpx claudepluginhub shipshitdev/skillsBuilds React Native UI components using core elements like View, Text, Image, ScrollView, FlatList, TextInput, TouchableOpacity, and SafeAreaView. Covers composition, reusability, and best practices.
Provides React Native and Expo best practices for performant mobile apps, including list optimization, Reanimated animations, native navigation, and UI patterns like expo-image.
Provides React Native and Expo best practices for performant mobile apps, including list optimization with FlashList, Reanimated animations, native navigation, and UI patterns like expo-image.