-
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
ListView: refreshControl prop does not work if horizontal={true} #12139
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
Yea it's not supported on horizontal scroll views, feel free to send a PR to improve the doc. :) |
@joncursi Thanks for the PR! |
edmofro
pushed a commit
to edmofro/react-native
that referenced
this issue
Feb 6, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
nicktate
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 7, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
normanjoyner
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 9, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
nicktate
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 9, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
nicktate
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 9, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
nicktate
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 9, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
nicktate
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 9, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
nicktate
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 9, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
nicktate
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 9, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
nicktate
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 9, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
nicktate
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 9, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
nicktate
pushed a commit
to nicktate/react-native
that referenced
this issue
Feb 9, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
GaborWnuk
pushed a commit
to GaborWnuk/react-native
that referenced
this issue
Feb 28, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
maarf
pushed a commit
to fullcontact/react-native
that referenced
this issue
Apr 26, 2017
Summary: Added a note to the `refreshControl` prop on ScrollView to call out that the prop only works for vertical ScrollViews. Fixes facebook#12139 Closes facebook#12150 Differential Revision: D4508796 Pulled By: mkonicek fbshipit-source-id: 8e71692f29ee175e32177c3a26a4ed2e8d14f139
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that on the ListView component, the refreshControl prop is omitted / fails silently if the ListView is set to scroll horizontally with horizontal={true}. Perhaps this is best anyway, as the design would be a bit funky for a horizontal swipe to refresh, but maybe it's worth noting this behavior in the documentation.
The text was updated successfully, but these errors were encountered: