MCPcopy Create free account
hub / github.com/a7medev/react-native-ml-kit / LabelTile

Function LabelTile

example/src/core/LabelTile.tsx:8–14  ·  view source on GitHub ↗
({children}: LabelProps)

Source from the content-addressed store, hash-verified

6}
7
8const LabelTile = ({children}: LabelProps) => {
9 return (
10 <View style={styles.label}>
11 <Text>{children}</Text>
12 </View>
13 );
14};
15
16const styles = StyleSheet.create({
17 label: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected