UNPKG

@replyke/react-native

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

7 lines (6 loc) 183 B
export * from "@replyke/core"; export declare const ReplykeProvider: React.FC<{ projectId: string; signedToken?: string | null | undefined; children: React.ReactNode; }>;