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

Wrap RNTwitterKit with a plain JS view class and provide propTypes.

Open ognen opened this issue 8 years ago • 1 comments

The RNTwitterKit native module should be wrapped with a pure JS react component called TweetView.

This allows propTypes to be declared and documented in a way that is understandable for the JS users of the library.

TweetView should be the default export of the index.js.

See https://facebook.github.io/react-native/docs/native-components-ios.html#properties

ognen avatar Apr 07 '17 09:04 ognen

  • done in iOS

andianton avatar May 08 '17 07:05 andianton