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

Function componentDidMount

Example/DynamicExample.js:35–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 },
34
35 componentDidMount() {
36 this.setTimeout(
37 () => { this.setState({ tabs: [1, 2, 3, 4, 5, 6, ], }); },
38 100
39 );
40 },
41
42 handleChangeTab({i, ref, from, }) {
43 this.children[i].onEnter();

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…