-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
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
Fixed the RCTConvert UIColor failure convertion issue #23
base: master
Are you sure you want to change the base?
Conversation
|
||
A pull down to refresh control for react native. | ||
A pull down to refresh control for react native. This project use a native-bridging way to implement the Pull-To-Refresh, absolutely **NO** jetter and lagging compared with those package which implemented using Javascript. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jitter
(not jetter)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nevir thanks for correcting the typo :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for patching this library :) Your fork saved me a bunch of time!
makes it compatible with the lastest React Native
Fix package name (for git installs)
Expose scrollTo on the ScrollView wrapper
…n with the official one in 0.19 of React Native
resolve name conflict with official components
Fixed this issue in pure javascript way!
And I also create a wrapper, in order to make other people can use this package easier. It is well documented in the README.md in the forked project.