Remove scrollview support from UIManager, remove mainScrollView(delegate)

Reviewed By: nicklockwood

Differential Revision: D2692749

fb-gh-sync-id: 48975d2f09f3b2902dfa2e56ff9d34257b2395bc
This commit is contained in:
Pieter De Baets
2015-11-25 03:07:06 -08:00
committed by facebook-github-bot-5
parent fc5a8678d3
commit 38db6fa465
9 changed files with 62 additions and 115 deletions

View File

@@ -719,11 +719,6 @@ public class UIManagerModule extends ReactContextBaseJavaModule implements
mOperationsQueue.enqueueShowPopupMenu(reactTag, items, error, success);
}
@ReactMethod
public void setMainScrollViewTag(int reactTag) {
// TODO(6588266): Implement if required
}
@ReactMethod
public void configureNextLayoutAnimation(
ReadableMap config,