-
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
Remove deprecated RecyclerViewBackedScrollView #11519
Conversation
f3d66e1
to
d7285e9
Compare
@@ -63,8 +62,7 @@ var ListViewSimpleExample = React.createClass({ | |||
noScroll={true}> | |||
<ListView | |||
dataSource={this.state.dataSource} | |||
renderRow={this._renderRow} | |||
renderScrollComponent={props => <RecyclerViewBackedScrollView {...props} />} |
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.
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} />} |
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.
identifier props
Could not resolve name
d7285e9
to
b3845fd
Compare
@mkonicek : what do you think about this PR ? If you are interested, please let me know so I can rebase. Let me know how I can help otherwise :) |
b3845fd
to
15ab622
Compare
15ab622
to
698a9fe
Compare
Follow pull request #11445
The RecyclerViewBackedScrollView:
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.