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

Function App

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

Source from the content-addressed store, hash-verified

2import { Button } from 'react-native'
3
4export default function App() {
5 return (
6 <Button
7 title="Press me"
8 onPress={() => {
9 console.log('Pressed!')
10 }}
11 />
12 )
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected