Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 549 Bytes

README.md

File metadata and controls

executable file
·
19 lines (12 loc) · 549 Bytes

react-native-tweet-view

A react-native module for fetching and displaying a tweet.

Wrapping Twitter Kit iOS and Twitter Kit Android

Installation

  1. (iOS only) Install Twitter Kit
  2. yarn add react-native-tweet-view
  3. react-native link react-native-tweet-view

Usage

import Tweet from 'react-native-tweet-view'

// Display a tweet
<Tweet id="tweet id" />