Skip to content

isrmicha2/react-native-disqus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Disqus

React Native Disqus let you simple implement Disqus chat in your APP.

Platforms Supported

  • iOS
  • Android

Getting Started

Install with Yarn

yarn add react-native-disqus

or

Install with Npm

npm install react-native-disqus --save

Usage

Import the WebView component from react-native-webview and use it like so:

import React, { Component } from 'react';
import ReactNativeDisqus from 'react-native-disqus';

// ...
class MyWebComponent extends Component {
  render() {
    return (
      <ReactNativeDisqus shotname="INSERT_YOUR_DISQUS_SHORTNAME" id="UNIQUE_TOPIC_ID" />
    );
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 27.8%
  • Ruby 18.5%
  • Java 17.4%
  • JavaScript 13.9%
  • Python 12.7%
  • HTML 9.7%