This template helps you create well-structured React Native components with platform-specific optimizations, performance considerations, and mobile-first design patterns.
Create a React Native photo gallery component:
- TouchableOpacity grid layout with lazy loading for performance
- Platform-specific styling for iOS and Android differences
- Image caching and compression for efficient memory usage
- Pull-to-refresh functionality with ActivityIndicator
- Modal view for full-screen image viewing with gestures
- Integration with device camera and photo library permissions
peep react-native-component