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

Function MyComponent

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

Source from the content-addressed store, hash-verified

2import { Button, View } from 'react-native'
3
4function MyComponent({ title }) {
5 return (
6 <View>
7 <Button title={title} color="#1ACDA5" />
8 </View>
9 )
10}
11
12export default function App() {
13 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected