react-native-twitterkit
react-native-twitterkit copied to clipboard
A React Native wrapper around Fabric's TwitterKit.
The RNTwitterKit native module should be wrapped with a pure JS react component called `TweetView`. This allows propTypes to be declared and documented in a way that is understandable for...
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...
(this one is for further on) The tweet view has some default actions that happen when the user taps on. Let's examine them and see how / if we want...