MCPcopy Index your code
hub / github.com/software-mansion/react-native-screens / MainScreenProps

Interface MainScreenProps

apps/Example.tsx:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150const Stack = createNativeStackNavigator<RootStackParamList>();
151
152interface MainScreenProps {
153 navigation: StackNavigationProp<RootStackParamList, 'Main'>;
154}
155
156const MainScreen = ({ navigation }: MainScreenProps): React.JSX.Element => {
157 const { toggleTheme } = useContext(ThemeToggle);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…