MCPcopy Create free account
hub / github.com/dabbott/react-native-express / Label

Function Label

examples/files/react/memo.js:4–7  ·  view source on GitHub ↗
({ title })

Source from the content-addressed store, hash-verified

2import { Button, Text } from 'react-native'
3
4function Label({ title }) {
5 console.log(`Rendered: ${title}`)
6 return <Text>{title}</Text>
7}
8
9const LabelMemo = memo(Label)
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected