Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 778 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 778 Bytes

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