Skip to content

cawfree/react-native-twitter-embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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