MCPcopy
hub / github.com/react-navigation/react-navigation / State

Interface State

example/App.tsx:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231};
232
233interface State {
234 scrollY: Animated.Value;
235}
236
237class MainScreen extends React.Component<any, State> {
238 // eslint-disable-next-line react/sort-comp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…