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

Function render

Example/DynamicExample.js:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 },
18
19 render() {
20 const i = this.props.i;
21 return <Text key={i}>{`tab${i}`}</Text>;
22 },
23});
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…