UNPKG

replyke-rn

Version:

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

5 lines (4 loc) 252 B
export { CommentsFeed } from "./components/CommentsFeed"; export { NewCommentForm } from "./components/NewCommentForm"; export { SortByButton } from "./components/SortByButton"; export { default as useSocialComments } from "./hooks/useSocialComments";