MCPcopy Create free account
hub / github.com/animate-react-native/marquee / App

Function App

example/src/App.tsx:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10const primary = true;
11
12function App() {
13 return <Example />;
14}
15
16function Example() {
17 const ref = React.useRef<MarqueeRef>(null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected