react-native-twitterkit icon indicating copy to clipboard operation
react-native-twitterkit copied to clipboard

Add a `style` property to the TweetView

Open ognen opened this issue 8 years ago • 1 comments

This is a rect native style and will be used to layout the tweet view (like other react views). The style's backgroundColor should be mapped to the backgroundColor of the TWTRTweetView`.

See: https://facebook.github.io/react-native/docs/native-components-ios.html#styles

(probably not much to do except to document the style prop and to make sure it passes on to the container as well as the bg-color).

ognen avatar Apr 07 '17 09:04 ognen

  • done on iOS

andianton avatar May 08 '17 07:05 andianton