AI AGENT ADDONS

React Native and Expo help you build mobile apps for iOS and Android. But apps can feel slow if lists and animations are not optimized. This guide shares the best ways to keep your app fast and smooth.

List performance is the most important part. Use FlatList or FlashList instead of ScrollView. Add keyExtractor and getItemLayout. For animations, use Reanimated to run them on the UI thread. This stops jank and makes gestures feel natural.

If you build or review React Native code, these patterns will save you time. They cover navigation, state management, and Expo workflows too.

Add React Native skill to your workflow

Global

mkdir -p ~/.claude/skills/react-native

Project

mkdir -p .claude/skills/react-native

Source Repository

Stars
884
Forks
91
Watchers
884
License
MIT
Last Push
1 month ago
Created
9 months ago