react-tweet icon indicating copy to clipboard operation
react-tweet copied to clipboard

React.js component for rendering tweets as they are presented on Twitter.com

Results 16 react-tweet issues
Sort by recently updated
recently updated
newest added

Solves this issue: https://github.com/mannynotfound/react-tweet/issues/46

Hi, thanks so much for your work. I've seen you are retrieving this field `profile_image_url_https` instead of `profile_image_url` to draw profile picture on `Tweet` component. I've got some errors on...

This PR is to get feedback on the right way to migrate this project to styled-components. I have only migrated the Video component for now. @art1fa please let me know...

When iterating on a twitter api v1.1 search result, I am doing a map on the array to render ``. I use `uuid/v4` to generate unique key, after trying multiple...

I am using react-tweet to test display data from search endpoint of twitter api v1.1, this is what I get when I try to render the data: ``` Uncaught TypeError:...

Hi, I am just testing out your module and I have the following in my console: ``` Warning: Unsupported style property margin-top. Did you mean marginTop? in div (created by...

These babel-related dependencies are, I think, only used for building the library.

Check for urls property to avoid TypeError.

Apparently the free streaming API sometimes gives me tweets that have an entities prop that doesn't have a urls prop, causing react-tweet to crash my app with TypeError: Cannot read...

Same issue as https://github.com/abraham/twitter-status/issues/75 - looks like this component does a lot of work to recreate Twitter's layout. [Other components](https://github.com/capaj/react-tweet-embed) use the embedding API. How should a developer choose? The...