BREAKING: Move RecyclerViewBackedScrollView out of open source

Summary: `RecyclerViewBackedScrollView` was added a long time ago to work around the scroll-back-when-data-is-added bug, but that has now been fixed directly in the `ScrollView` (`ReactScrollView.java`) in open source and internally.

Reviewed By: astreet

Differential Revision: D4482105

fbshipit-source-id: 208f21f00045d5c5a83b74ad69b3db6fa63391d7
This commit is contained in:
Martin Konicek
2017-02-02 03:30:52 -08:00
committed by Facebook Github Bot
parent 3ee3d2b4b2
commit 6ec5654e7a
10 changed files with 2 additions and 792 deletions

View File

@@ -1,6 +1,7 @@
include_defs('//ReactAndroid/DEFS')
deps = [
'//java/com/facebook/fbreact/views/recyclerview:recyclerview',
react_native_dep('third-party/android/support/v4:lib-support-v4'),
react_native_dep('third-party/java/jsr-305:jsr-305'),
react_native_dep('third-party/java/junit:junit'),
@@ -19,7 +20,6 @@ deps = [
react_native_target('java/com/facebook/react/uimanager/annotations:annotations'),
react_native_target('java/com/facebook/react/views/picker:picker'),
react_native_target('java/com/facebook/react/views/progressbar:progressbar'),
react_native_target('java/com/facebook/react/views/recyclerview:recyclerview'),
react_native_target('java/com/facebook/react/views/scroll:scroll'),
react_native_target('java/com/facebook/react/views/slider:slider'),
react_native_target('java/com/facebook/react/views/swiperefresh:swiperefresh'),