react-native-twitterkit
react-native-twitterkit copied to clipboard
Add (React) props that control the Tweet's appearance
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?