react-native-twitter-embed

0.0.1-alpha.11 • Public • Published

react-native-twitter-embed

Embed a user's latest Tweet in React Native, without the need for API keys. Works on Android, iOS and Web for vanilla and Expo.

Getting Started

To install, please make sure you have added react-native-webview and react-native-web-webview.

Using yarn:

yarn add react-native-twitter-embed

Usage

import React from "react";
import PropTypes from "prop-types";
import {ProfileHeader} from "react-native-twitter-embed";
 
export default () => (
  <ProfileHeader
    mention="cawfree"
  />
);

Licence

MIT

Package Sidebar

Install

npm i react-native-twitter-embed

Weekly Downloads

351

Version

0.0.1-alpha.11

License

MIT

Unpacked Size

266 kB

Total Files

121

Last publish

Collaborators

  • cawfree