Build a Salesforce Lightning Web Component that taps into your phone's built-in features. You can scan barcodes, use Face ID or a fingerprint, read GPS location, detect geofences, interact with NFC tags, access the device calendar and contacts, scan documents, capture AR spaces, prompt for app reviews, and process payments. Each feature is available through a simple service that checks if it can run on the current device. This means your app works smoothly on both mobile and desktop.
Who benefits? Developers creating Salesforce mobile apps for field service, retail, or any team that needs real-world data from a phone. Users get a faster, more natural experience without leaving your app.
Key capability: Every feature is gated behind an isAvailable() check. So your component never breaks on unsupported devices. The skill helps you pick the right capability, load its official guide, and wire it into your LWC with proper error handling.
Global
mkdir -p ~/.claude/skills/using-mobile-native-capabilitiesProject
mkdir -p .claude/skills/using-mobile-native-capabilitiesSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability