Skip to main content
Back to registry

expo-react-native-performance

pproenca/dot-skills

Comprehensive performance optimization guide for Expo React Native applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

Installs203
Install command
npx skills add https://github.com/pproenca/dot-skills --skill expo-react-native-performance
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive performance optimization guide for Expo React Native applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Reference these guidelines when: Read individual reference files for detailed explanations and code examples: For the complete guide with all rules expanded, see AGENTS.md . - Writing new React Native components or screens - Implementing lists with FlatList or FlashList - Adding animations or transitions - Optimizing images and asset loading - Reviewing code for performance issues - startup-enable-hermes - Enable Hermes JavaScript engine - startup-remove-console-logs - Remove console logs in production - startup-splash-screen-control - Control splash screen visibility - startup-preload-assets - Preload critical assets during splash - startup-async-routes - Use async routes for code splitting - startup-cherry-pick-imports - Use direct imports instead of barrel files - list-use-flashlist - Use FlashList instead of FlatList - list-estimated-item-size - Provide accurate estimatedItemSize - list-get-item-type - Use getItemType for mixed lists - list-stable-render-item - Stabilize renderItem with useCallback - list-get-item-layout - Provide getItemLayout for fixed heights - list-memoize-items - Memoize list item components - rerender-use-memo-expensive - Memoize expensive computations -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does expo-react-native-performance do?

Comprehensive performance optimization guide for Expo React Native applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

Is expo-react-native-performance good?

expo-react-native-performance does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does expo-react-native-performance work with?

expo-react-native-performance currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to expo-react-native-performance?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install expo-react-native-performance?

npx skills add https://github.com/pproenca/dot-skills --skill expo-react-native-performance

Related skills

More from pproenca/dot-skills

Related skills

Alternatives in Software Engineering