MCPcopy Create free account
hub / github.com/ajsmth/rn-tools / MyStack

Function MyStack

example/src/navigation-examples/multi-nested-examples.tsx:46–52  ·  view source on GitHub ↗
({ colorClassName }: { colorClassName?: string })

Source from the content-addressed store, hash-verified

44}
45
46function MyStack({ colorClassName }: { colorClassName?: string }) {
47 return (
48 <Stack.Navigator
49 rootScreen={<MyScreen colorClassName={colorClassName} />}
50 />
51 );
52}
53
54function MyScreen({
55 colorClassName = "bg-white",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected