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

Function getInitialState

Example/DynamicExample.js:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 children: [],
28
29 getInitialState() {
30 return {
31 tabs: [1, 2],
32 };
33 },
34
35 componentDidMount() {
36 this.setTimeout(

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…