(title)
| 153 | {statusBar} |
| 154 | <View style={[styles.navBar, style]}> |
| 155 | {getTitleElement(title)} |
| 156 | {getButtonElement(leftButton, { marginLeft: 8 })} |
| 157 | {getButtonElement(rightButton, { marginRight: 8 })} |
| 158 | </View> |
| 159 | </View> |
nothing calls this directly
no outgoing calls
no test coverage detected