Skip to content

Fix the getRowData method of SwipeableListViewDataSource in SwipeableListView #8493

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

Closed
wants to merge 6 commits into from

Conversation

sscaff1
Copy link
Contributor

@sscaff1 sscaff1 commented Jun 29, 2016

This is simple fix to SwipeableListView. According to SwipeableListViewDataSource, the only method available is cloneWithRowsAndSections. If you try to get the data from a SwipeableListView, without this fix it won't work. This change fixes the problem so that SwipeableListView can work correctly.

@ghost
Copy link

ghost commented Jun 29, 2016

By analyzing the blame information on this pull request, we identified @fred2028 and @bhosmer to be potential reviewers.

@ghost
Copy link

ghost commented Jun 29, 2016

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at [email protected]. Thanks!

@ghost
Copy link

ghost commented Jun 29, 2016

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@ghost ghost added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 29, 2016
@sscaff1 sscaff1 changed the title Update SwipeableListView.js Fix the getRowData method of SwipeableListViewDataSource in SwipeableListView Jun 29, 2016
@chirag04
Copy link
Contributor

chirag04 commented Jul 1, 2016

Just ran into this myself.

cc @fred2028

@chirag04
Copy link
Contributor

chirag04 commented Jul 6, 2016

@facebook-github-bot shipit

@ghost ghost added GH Review: accepted Import Started This pull request has been imported. This does not imply the PR has been approved. and removed GH Review: review-needed labels Jul 6, 2016
@ghost
Copy link

ghost commented Jul 6, 2016

Thanks for importing. If you are an FB employee go to Phabricator to review.

@ghost ghost closed this in ba3c7ef Jul 6, 2016
bubblesunyum pushed a commit to iodine/react-native that referenced this pull request Aug 23, 2016
…ListView

Summary:
This is simple fix to SwipeableListView. According to SwipeableListViewDataSource, the only method available is cloneWithRowsAndSections. If you try to get the data from a SwipeableListView, without this fix it won't work. This change fixes the problem so that SwipeableListView can work correctly.
Closes facebook#8493

Differential Revision: D3523384

fbshipit-source-id: 359ff274fabcab676ed6dee24f0652c4146cde69
mpretty-cyro pushed a commit to HomePass/react-native that referenced this pull request Aug 25, 2016
…ListView

Summary:
This is simple fix to SwipeableListView. According to SwipeableListViewDataSource, the only method available is cloneWithRowsAndSections. If you try to get the data from a SwipeableListView, without this fix it won't work. This change fixes the problem so that SwipeableListView can work correctly.
Closes facebook#8493

Differential Revision: D3523384

fbshipit-source-id: 359ff274fabcab676ed6dee24f0652c4146cde69
berrytj pushed a commit to mdcollab/react-native that referenced this pull request Dec 7, 2016
…ListView

Summary:
This is simple fix to SwipeableListView. According to SwipeableListViewDataSource, the only method available is cloneWithRowsAndSections. If you try to get the data from a SwipeableListView, without this fix it won't work. This change fixes the problem so that SwipeableListView can work correctly.
Closes facebook#8493

Differential Revision: D3523384

fbshipit-source-id: 359ff274fabcab676ed6dee24f0652c4146cde69
berrytj pushed a commit to mdcollab/react-native that referenced this pull request Jan 22, 2017
…ListView

Summary:
This is simple fix to SwipeableListView. According to SwipeableListViewDataSource, the only method available is cloneWithRowsAndSections. If you try to get the data from a SwipeableListView, without this fix it won't work. This change fixes the problem so that SwipeableListView can work correctly.
Closes facebook#8493

Differential Revision: D3523384

fbshipit-source-id: 359ff274fabcab676ed6dee24f0652c4146cde69
tungdo194 pushed a commit to tungdo194/rn-test that referenced this pull request Apr 28, 2024
…ListView

Summary:
This is simple fix to SwipeableListView. According to SwipeableListViewDataSource, the only method available is cloneWithRowsAndSections. If you try to get the data from a SwipeableListView, without this fix it won't work. This change fixes the problem so that SwipeableListView can work correctly.
Closes facebook/react-native#8493

Differential Revision: D3523384

fbshipit-source-id: 359ff274fabcab676ed6dee24f0652c4146cde69
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Import Started This pull request has been imported. This does not imply the PR has been approved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants