0.0.1-alpha.11 • Published 4 years ago

react-native-twitter-embed v0.0.1-alpha.11

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

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