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

Function NestedStackTabs

example/src/navigation-examples/nested-stack-tabs.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 NestedStackTabs() {
6 return <Stack.Navigator rootScreen={<MyTabs />} />;
7}
8
9function MyTabs() {
10 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected