Skip to content
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

Remove deprecated RecyclerViewBackedScrollView #11519

Closed

Conversation

tychota
Copy link
Contributor

@tychota tychota commented Dec 16, 2016

Follow pull request #11445

The RecyclerViewBackedScrollView:

  • is not maintained and is not going to receive more attention in the future
  • is no more useful since ListView improved a lot
  • crash in react native 0.37

cc @brentvatne @mkonicek @lacker
cc @grabbou

Test plan (required)

Apart running the test on CI, is there other things I should test ??

Code formatting

I haven't added code in this PR, it is just massive deletion.

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot facebook-github-bot added GH Review: review-needed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Dec 16, 2016
@tychota tychota force-pushed the remove/recycler-view-scrollview branch from f3d66e1 to d7285e9 Compare December 16, 2016 23:53
@@ -63,8 +62,7 @@ var ListViewSimpleExample = React.createClass({
noScroll={true}>
<ListView
dataSource={this.state.dataSource}
renderRow={this._renderRow}
renderScrollComponent={props => <RecyclerViewBackedScrollView {...props} />}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no-undef: 'props' is not defined.

@@ -63,8 +62,7 @@ var ListViewSimpleExample = React.createClass({
noScroll={true}>
<ListView
dataSource={this.state.dataSource}
renderRow={this._renderRow}
renderScrollComponent={props => <RecyclerViewBackedScrollView {...props} />}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

identifier props Could not resolve name

@tychota tychota force-pushed the remove/recycler-view-scrollview branch from d7285e9 to b3845fd Compare December 17, 2016 00:13
@tychota
Copy link
Contributor Author

tychota commented Dec 29, 2016

@mkonicek : what do you think about this PR ?

If you are interested, please let me know so I can rebase.
Else, I prefer you close it rather than creating noise in the React Native repository ;)

Let me know how I can help otherwise :)

@tychota tychota force-pushed the remove/recycler-view-scrollview branch from b3845fd to 15ab622 Compare January 11, 2017 08:44
@tychota tychota force-pushed the remove/recycler-view-scrollview branch from 15ab622 to 698a9fe Compare January 22, 2017 14:00
@tychota tychota closed this Feb 3, 2017
@tychota tychota deleted the remove/recycler-view-scrollview branch February 3, 2017 11:05
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants