netceteragroup/react-native-twitterkit

Add (React) props that control the Tweet's appearance

Opened this issue · 2 comments

ognen commented

The following properties of TWTRTweetView should be exposed:

  • primaryTextColor
  • linkTextColor
  • showBorder
  • showActionButtons
  • style (as tweetStyle)
  • theme (light / dark)
  • done on iOS

TweetStyle is not done on iOS. At the moment we will switch to Regular style instead of Compact style (Compact style hides the tweet images). This will be implemented soon.

@ognen Is that OK?