skills/expo-managed/SKILL.md
Expo Managed Workflow guidelines. Trigger: When configuring app.json, installing native libraries, or dealing with permissions/plugins.
npx skillsauth add luisdavidtf/vindex expo-managedInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
app.json or Config Plugins.android/ or ios/ folders.expo-* packages over unmaintained bare react-native libraries.app.json / app.config.tsapp.json for static config and app.config.ts if you need dynamic environment variables.Info.plist or AndroidManifest.xml natively. Use cnal, mods, or config plugins.npx expo install to ensure version compatibility.expo-constants for public keys.documentation
Guidelines for global state management with Zustand. Trigger: When creating global stores, shared UI state, or managing session data.
development
TypeScript strict patterns and best practices. Trigger: When implementing or refactoring TypeScript in .ts/.tsx (types, interfaces, generics, const maps, type guards, removing any, tightening unknown).
development
Guidelines for styling in React Native (Flexbox, StyleSheet). Trigger: When styling components, fixing layout issues, or adding visual effects.
testing
Protocol for QA, error verification, and skill evolution to prevent recurring bugs.