MCPcopy
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

createStackNavigatorFunction · 0.90
ListScreenFunction · 0.85
MainNavigatorFunction · 0.85
LoginScreenFunction · 0.85
FooNavigatorClass · 0.85
LeafFunction · 0.85
SecondFunction · 0.85
MainFunction · 0.85
Routers.test.jsFile · 0.85
FooStackNavigatorFunction · 0.85
PlainScreenFunction · 0.85
ListScreenFunction · 0.85

Calls

no outgoing calls

Tested by 15

createStackNavigatorFunction · 0.72
ListScreenFunction · 0.68
MainNavigatorFunction · 0.68
LoginScreenFunction · 0.68
LeafFunction · 0.68
SecondFunction · 0.68
MainFunction · 0.68
FooStackNavigatorFunction · 0.68
PlainScreenFunction · 0.68
ListScreenFunction · 0.68
ScreenFunction · 0.68
PlainScreenFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…