Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react-navigation/react-navigation
/ StackRouter
Function
StackRouter
packages/core/src/index.js:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
56
// Routers
57
get StackRouter() {
58
return
require(
'./routers/StackRouter'
).default;
59
},
60
get TabRouter() {
61
return
require(
'./routers/TabRouter'
).default;
62
},
Callers
15
createStackNavigator
Function · 0.90
ListScreen
Function · 0.85
MainNavigator
Function · 0.85
LoginScreen
Function · 0.85
FooNavigator
Class · 0.85
Leaf
Function · 0.85
Second
Function · 0.85
Main
Function · 0.85
Routers.test.js
File · 0.85
FooStackNavigator
Function · 0.85
PlainScreen
Function · 0.85
ListScreen
Function · 0.85
Calls
no outgoing calls
Tested by
15
createStackNavigator
Function · 0.72
ListScreen
Function · 0.68
MainNavigator
Function · 0.68
LoginScreen
Function · 0.68
Leaf
Function · 0.68
Second
Function · 0.68
Main
Function · 0.68
FooStackNavigator
Function · 0.68
PlainScreen
Function · 0.68
ListScreen
Function · 0.68
Screen
Function · 0.68
PlainScreen
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…