(name, page)
| 33 | }, |
| 34 | |
| 35 | renderTabOption(name, page) { |
| 36 | }, |
| 37 | |
| 38 | renderTab(name, page, isTabActive, onPressHandler) { |
| 39 | const { activeTextColor, inactiveTextColor, textStyle, } = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…