({i, ref, from, })
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…