cawfree / react-native-twitter-embed

Twitter Embeds for React Native + Expo. (Web/iOS/Android) https://publish.twitter.com/

Home Page:https://publish.twitter.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Twitter Embeds for React Native + Expo. (Web/iOS/Android) https://publish.twitter.com/

https://publish.twitter.com/

License:MIT License


Languages

Language:Java 32.3%Language:JavaScript 30.9%Language:Objective-C 23.0%Language:Starlark 9.9%Language:Ruby 3.9%