Skip to content

Jay-A-McBee/react-native-tweet-embed

Repository files navigation

react-native-tweet-embed

npm version

Embed a specific tweet in a React Native view

Installation

yarn add react-native-tweet-embed

or

npm install --save react-native-tweet-embed

This component uses a native ios and Android module to optimize fetching the twitter widget js blob.

requires react-native version >= v60

Linking is handled automatically. You must install pods only.

cd ios && pod install

Usage

import { TweetEmbed } from 'react-native-tweet-embed';
// ...

<TweetEmbed tweetId={'1236076554909872128'} />;

react native tweet embed on ios simulator

License

MIT

About

Embed a tweet into a React Native View

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published