What problem does it solve? Integrating the Zello Work PTT SDK into an Expo managed React Native app involves native Android configuration, Firebase FCM coexistence, authentication lifecycle wiring, background services, and emergency dispatch logic — this Skill provides structured guidance for every stage of that integration. ## Core Features & Use Cases - Sub-skill routing: An orchestrator routes tasks to eight focused sub-skills covering setup, authentication, voice PTT, rich messaging, channels/contacts, background services, emergency dispatch, and troubleshooting. - Concrete code patterns: Provides ready-to-adapt hooks and components such as ZelloProvider, useZelloPTT, PTTButton, and the Code21 dual-trigger emergency hook. - Reference material on demand: API reference, events catalog, security/networking details, and a feature module scaffold for the src/features/zello/ directory. - Use Case: When asked to build a push-to-talk radio screen for patrol officers, the Skill loads the voice, channels, and auth sub-skills to produce a PTT button, channel auto-connect logic, and AuthContext-driven Zello session management. ## Quick Start Ask the assistant to implement a push-to-talk voice feature with Zello in the EnforcementMAPS Expo app and it will load the relevant sub-skills automatically.