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

Function App

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

Source from the content-addressed store, hash-verified

6}
7
8export default function App() {
9 const [count, setCount] = useState(0)
10
11 return (
12 <CounterButton
13 title={`Click HERE to increment: ${count}`}
14 onIncrement={() => setCount(count + 1)}
15 />
16 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected