Skip to main content

Installing Social Comments

Add Instagram-style social comments with a single command.

Installation

npx @replyke/cli add comments-social

What Gets Installed

src/components/comments-social/
├── index.ts
├── components/               # ~15 files
├── hooks/                    # 2 files
├── utils/
└── context/

Usage

import { SocialCommentSection } from './components/comments-social';

<SocialCommentSection
  entityId="post_123"
/>

Platform Support

PlatformStatus
React (Web)✅ Fully supported
React Native✅ Fully supported
Expo✅ Fully supported

Next Steps