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/.


Use this skill when

Related skills

More from cometchat/cometchat-skills

Installs
4
GitHub Stars
26
First Seen
Apr 28, 2026