We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89e81b commit 58ca7f1Copy full SHA for 58ca7f1
packages/cli-plugin-metro/src/tools/loadMetroConfig.ts
@@ -14,9 +14,16 @@ const INTERNAL_CALLSITES_REGEX = new RegExp(
14
'/Libraries/YellowBox/.+\\.js$',
15
'/Libraries/LogBox/.+\\.js$',
16
'/Libraries/Core/Timers/.+\\.js$',
17
+ '/Libraries/WebSocket/.+\\.js$',
18
+ '/Libraries/vendor/.+\\.js$',
19
'/node_modules/react-devtools-core/.+\\.js$',
20
'/node_modules/react-refresh/.+\\.js$',
21
'/node_modules/scheduler/.+\\.js$',
22
+ '/node_modules/event-target-shim/.+\\.js$',
23
+ '/node_modules/invariant/.+\\.js$',
24
+ '/node_modules/react-native/index.js$',
25
+ '/metro-runtime/.+\\.js$',
26
+ '^\\[native code\\]$',
27
].join('|'),
28
);
29
0 commit comments