Embed a specific tweet in a React Native view
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.
Linking is handled automatically. You must install pods only.
cd ios && pod install
import { TweetEmbed } from 'react-native-tweet-embed';
// ...
<TweetEmbed tweetId={'1236076554909872128'} />;
MIT