Embed a specific tweet in a React Native view
yarn add react-native-tweet-embedor
npm install --save react-native-tweet-embedThis 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 installimport { TweetEmbed } from 'react-native-tweet-embed';
// ...
<TweetEmbed tweetId={'1236076554909872128'} />;MIT
