react-native-twitterkit
react-native-twitterkit copied to clipboard
Handling of delegate methods
(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 to handle them within react native.
See https://github.com/twitterdev/fabric-timelines-ios/blob/master/TimelinesObjC/TwitterKit.framework/Headers/TWTRTweetViewDelegate.h
For details.