react-native-twitterkit icon indicating copy to clipboard operation
react-native-twitterkit copied to clipboard

sizeThatFits has to be invoked on the main thread

Open tonik173 opened this issue 8 years ago • 0 comments

  • 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

tonik173 avatar Nov 21 '17 09:11 tonik173