Open ognen opened 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`.
backgroundColor
backgroundColor of the
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).
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 thebackgroundColor 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).