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

Interface Props

example/src/CustomTabUI.tsx:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23import { Button } from './Shared/ButtonWithMargin';
24
25interface Props {
26 navigation: NavigationScreenProp<NavigationState>;
27}
28
29class MyHomeScreen extends React.Component<Props> {
30 static navigationOptions = {

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…