netceteragroup / react-native-twitterkit

A React Native wrapper around Fabric's TwitterKit.
MIT License
22 stars 10 forks source link

Handling of delegate methods #5

Open ognen opened 7 years ago

ognen commented 7 years ago

(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.