react-native-twitterkit
react-native-twitterkit copied to clipboard
A React Native wrapper around Fabric's TwitterKit.
The iOS example can't be built. The reason seems to be the pod configuration.
Part of: https://tracking.nzzmg.ch/browse/VAMP-3924
Hi, Thanks a lot for this package! We recently upgraded to twitter kit v3 on Android & iOS and hit the notorious "main thread blocking" on Android. But then we...
I have installed this package and also ran `react-native link react-native-twitterkit`. It responded with - > (node:24606) ExperimentalWarning: The fs.promises API is experimental > rnpm-install info Linking react-native-twitterkit ios dependency...
Is the project still in progress? Are folks just installing this from github? ``` $ npm install react-native-twitterkit npm ERR! Darwin 16.6.0 npm ERR! argv "/usr/local/Cellar/node@6/6.10.2/bin/node" "/usr/local/bin/npm" "install" "react-native-twitterkit" npm...
- method RNTweetShadowView.computeIntrinsicSize has to make sure, that sizeThatFits gets invoked in the main thread. - _bridge property removed. Shadows native implementation. - (dispatch_queue_t)methodQueue added to RNTwitterKitViewManager, since this module...
The following properties of TWTRTweetView should be exposed: - primaryTextColor - linkTextColor - showBorder - showActionButtons - style (as tweetStyle) - theme (light / dark)
I guess i am forgetting one step to view a successful result. Does we need install native Fabric (iOS/Android) module first?
The usage should be: ```javascript ``` alternatively ```javascript } /> ```