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