()
| 3 | import { View, Text, Button } from "react-native"; |
| 4 | |
| 5 | export function NestedStackTabs() { |
| 6 | return <Stack.Navigator rootScreen={<MyTabs />} />; |
| 7 | } |
| 8 | |
| 9 | function MyTabs() { |
| 10 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected