react-native-twitterkit
react-native-twitterkit copied to clipboard
sizeThatFits has to be invoked on the main thread
- 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 is supposed to run in main queue