1.1.0 • Published 5 years ago

react-native-awesome-comments v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

react-native-awesome-comments

import { Comments } from 'react-native-awesome-comments'

  <Comments
    enabled={true}
    isLoggedIn={true}
    jobId={'5c6e4ba530972c31b294c429'}
    user={this.state.user}
    comments={this.state.comments}
    commentPage={this.state.commentPage}
    isFetchingComments={this.state.isFetchingComments}
    commentsHasNextPage={this.state.commentsHasNextPage}
    replies={this.state.replies}
    isFetchingReplies={this.state.isFetchingReplies}
    fetchComments={this.fetchComments}
    saveComment={this.saveComment}
    updateComment={this.updateComment}
    deleteComment={this.deleteComment}
    fetchCommentReplies={this.fetchCommentReplies}
        />