cometchat-native-expo-patterns

Installation
SKILL.md

Purpose

Teaches Claude how to integrate CometChat into an Expo managed workflow project. Covers:

  • Installing the full peer-dependency set (not just the UI Kit)
  • Configuring app.json permissions for iOS + Android
  • Wiring the provider chain in App.tsx with all four wrappers
  • Optional calling SDK setup
  • Env vars via expo-constants or .env
  • Expo Router subsection (file-based routing)
  • Prebuild + run cadence

Read cometchat-native-core first (init/login/wrapper chain + anti-patterns), then cometchat-native-components (prop reference), then cometchat-native-placement (where chat goes).

Ground truth: docs/ui-kit/react-native/expo-integration.mdx, expo-conversation.mdx, expo-one-to-one-chat.mdx, expo-tab-based-chat.mdx, and examples/SampleAppExpo/. Official docs: https://www.cometchat.com/docs/ui-kit/react-native/overview · Docs MCP: claude mcp add --transport http cometchat-docs https://www.cometchat.com/docs/mcp (or fetch the URL directly without MCP).


Use this skill when

Installs
7
GitHub Stars
47
First Seen
Apr 28, 2026
cometchat-native-expo-patterns — cometchat/cometchat-skills