Skip to content

Commit

Permalink
Remove mixins from ScrollView (#22374)
Browse files Browse the repository at this point in the history
Summary:
As a part of #22301 it turned out that we need to first convert `ScrollView` to class component. As a first step to do so, here's removal of using `mixins` API, in favor of populating `_scrollResponder` field with `ScrollResponder.Mixin` (still used) methods.
Pull Request resolved: #22374

Reviewed By: TheSavior

Differential Revision: D13307775

Pulled By: RSNara

fbshipit-source-id: 16be1df8a0bf9ccc5cc32f3a017a1279f99268ed
  • Loading branch information
thymikee authored and facebook-github-bot committed Dec 26, 2018
1 parent 94456ed commit 221e2fe
Showing 1 changed file with 111 additions and 86 deletions.
Loading

0 comments on commit 221e2fe

Please sign in to comment.