netceteragroup / react-native-twitterkit

A React Native wrapper around Fabric's TwitterKit.
MIT License
22 stars 10 forks source link

Add a `style` property to the TweetView #4

Open ognen opened 7 years ago

ognen commented 7 years ago

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 theTWTRTweetView`.

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).

andianton commented 7 years ago