mannynotfound / react-tweet

React.js component for rendering tweets as they are presented on Twitter.com
67 stars 43 forks source link

Add support for extended Tweets #20

Closed zebra-ok closed 6 years ago

zebra-ok commented 6 years ago

In current version, react-tweet crashes when used with JSONs from extended tweets, because there is no text field anymore. Instead, there's full_text.

See here: https://developer.twitter.com/en/docs/tweets/tweet-updates

mannynotfound commented 6 years ago

This is awesome! Thank you so much!