mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 17:27:54 +08:00
Turn FlatViewManager into ViewGroupManager
Reviewed By: ahmedre Differential Revision: D2768667 fb-gh-sync-id: 39298e4033aab5ca8230516f98da252790811f14
This commit is contained in:
committed by
facebook-github-bot-3
parent
022eac9bd8
commit
ad74dabb68
@@ -24,7 +24,7 @@ public abstract class ViewGroupManager <T extends ViewGroup>
|
||||
}
|
||||
|
||||
@Override
|
||||
public Class<LayoutShadowNode> getShadowNodeClass() {
|
||||
public Class<? extends LayoutShadowNode> getShadowNodeClass() {
|
||||
return LayoutShadowNode.class;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user