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

Function handleChangeTab

Example/DynamicExample.js:42–45  ·  view source on GitHub ↗
({i, ref, from, })

Source from the content-addressed store, hash-verified

40 },
41
42 handleChangeTab({i, ref, from, }) {
43 this.children[i].onEnter();
44 this.children[from].onLeave();
45 },
46
47 renderTab(name, page, isTabActive, onPressHandler, onLayoutHandler) {
48 return <TouchableHighlight

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…