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

Function MyComponent

examples/files/react/functionComponent.js:4–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected