mobile-toolchain
Installation
SKILL.md
Mobile Toolchain
Modern cross-platform mobile development with TypeScript, focusing on React Native ecosystem and emerging alternatives.
Recommended Stack: Expo (Default)
Why Expo (2025):
- Fastest setup to production (minutes, not days)
- Managed workflow (no Xcode/Android Studio for most use cases)
- OTA updates (deploy fixes without app store approval)
- EAS Build (cloud builds for iOS/Android)
- Excellent DX with hot reload and debugging
- Large ecosystem of quality libraries
# Create new Expo app
npx create-expo-app my-app --template
Related skills