MCPcopy Index your code
hub / github.com/react-navigation/react-navigation / SwitchRouter

Function SwitchRouter

packages/core/src/index.js:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 return require('./routers/TabRouter').default;
62 },
63 get SwitchRouter() {
64 return require('./routers/SwitchRouter').default;
65 },
66
67 get createConfigGetter() {
68 return require('./routers/createConfigGetter').default;

Callers 11

createSwitchNavigatorFunction · 0.85
TabRouter.jsFile · 0.85
AScreenFunction · 0.85
Routers.test.jsFile · 0.85
ScreenFunction · 0.85
getExampleRouterFunction · 0.85
DrawerRouter.tsxFile · 0.85

Calls

no outgoing calls

Tested by 3

AScreenFunction · 0.68
ScreenFunction · 0.68
getExampleRouterFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…