MCPcopy Create free account
hub / github.com/ptomasroos/react-native-scrollable-tab-view / render

Method render

StaticContainer.js:9–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 }
8
9 render(): ?ReactElement {
10 var child = this.props.children;
11 if (child === null || child === false) {
12 return null;
13 }
14 return React.Children.only(child);
15 }
16
17}
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected