Initialize Expo project with React Native, TypeScript, and modern tooling
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-react-native-tech-stacks-js-react-native@IvanTorresEdge/molcajete.ai# Initialize Expo Project Initialize a new React Native app with Expo, TypeScript strict mode, NativeWind, and modern tooling. Use the Task tool to launch the **component-builder** agent with instructions: 1. Ask user for project details using AskUserQuestion tool: - Project name - Include Gluestack-ui? (yes/no) - State management (Zustand, Jotai, none) - Package manager (npm, pnpm, yarn) - Initialize EAS? (yes/no) 2. Create project using Expo: 3. Create project structure: 4. Update `tsconfig.json` with strict configuration: 5. Install NativeWind: 6. C...