mirror of
https://github.com/status-im/react-native.git
synced 2025-02-28 09:00:55 +00:00
Turn FlatViewManager into ViewGroupManager
Reviewed By: ahmedre Differential Revision: D2768667 fb-gh-sync-id: 39298e4033aab5ca8230516f98da252790811f14
This commit is contained in:
parent
022eac9bd8
commit
ad74dabb68
@ -24,7 +24,7 @@ public abstract class ViewGroupManager <T extends ViewGroup>
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Class<LayoutShadowNode> getShadowNodeClass() {
|
public Class<? extends LayoutShadowNode> getShadowNodeClass() {
|
||||||
return LayoutShadowNode.class;
|
return LayoutShadowNode.class;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user