We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The RNTwitterKit native module should be wrapped with a pure JS react component called TweetView.
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.
index.js
See https://facebook.github.io/react-native/docs/native-components-ios.html#properties
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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 theindex.js
.See https://facebook.github.io/react-native/docs/native-components-ios.html#properties
The text was updated successfully, but these errors were encountered: