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

Function BasicStack

example/src/navigation-examples/basic-stack.tsx:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { View, Text, Button } from "react-native";
4
5export function BasicStack() {
6 return <Stack.Navigator rootScreen={<MyScreen title="Root Screen" />} />;
7}
8
9function MyScreen({
10 title,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected