cometchat-native-bare-patterns

Installation
SKILL.md

Purpose

Teaches Claude how to integrate CometChat into a bare React Native CLI project. Covers:

  • Installing the full peer-dependency set + native-module autolinking
  • pod install cadence for iOS
  • Editing ios/<AppName>/Info.plist for iOS permissions
  • Editing android/app/src/main/AndroidManifest.xml for Android permissions
  • Android-specific async-storage Maven repo gotcha
  • Apple privacy manifest (ios/<AppName>/PrivacyInfo.xcprivacy) — required for App Store compliance
  • Wiring index.js + App.tsx with the provider chain

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

Ground truth: docs/ui-kit/react-native/react-native-cli-integration.mdx, apple-privacy-manifest-guide.mdx, react-native-conversation.mdx + react-native-one-to-one-chat.mdx + react-native-tab-based-chat.mdx, and examples/SampleApp/. 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-bare-patterns — cometchat/cometchat-skills