mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 22:42:13 +08:00
Remove scrollview support from UIManager, remove mainScrollView(delegate)
Reviewed By: nicklockwood Differential Revision: D2692749 fb-gh-sync-id: 48975d2f09f3b2902dfa2e56ff9d34257b2395bc
This commit is contained in:
committed by
facebook-github-bot-5
parent
fc5a8678d3
commit
38db6fa465
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user