Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
const primary = true;
11
12
function App() {
13
return <Example />;
14
}
15
16
function Example() {
17
const ref = React.useRef<MarqueeRef>(null);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected