-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Open source pull-to-refresh component #121
Comments
+1 I would love to see support for horizontal ScrollViews as well. |
Horizontal scroll view is already supported. horizontal={true} For pull to refresh, it's actually quite easy to build. we haven't yet figured out how many components we want to provide, so it's up in the air if this one is going to be provided by us vs the community |
@vjeux Most of the Apple components are useful to have because they have a lot of subtle details that take work to get right so it's helpful to have some robust implementations:
|
@vjeux Sorry, I meant the pull-to-refresh to have support for horizontal scrollviews. The default one from Apple doesn't have that support. |
Nothing planed on our end sorry :( Already have a ton of work to expose all the components we have internally. Hopefully you or someone from the community can pick it up and put it on npm. If it's good quality we may want to embed it into core down the line |
@vjeux sounds reasonable. could you throw the style interpolation code over the wall as a starting point? |
There's enough of a foundation now that this can be built independently. |
Another one of those staples on mobile. It would be ideal to be able to compose it with ListViews, ScrollViews, etc.
The text was updated successfully, but these errors were encountered: