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

Class MyComponent

examples/files/react/classComponent.js:4–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected