MCPcopy
hub / github.com/Kureev/react-native-navbar / getTitleElement

Function getTitleElement

index.js:155–156  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

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>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected