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 4997244 commit 7d8c80fCopy full SHA for 7d8c80f
dev-packages/e2e-tests/patch-scripts/rn.patch.app.js
@@ -38,7 +38,7 @@ Sentry.init({
38
const e2eComponentPatch = '<EndToEndTestsScreen />';
39
const lastImportRex = /^([^]*)(import\s+[^;]*?;$)/m;
40
const patchRex = '@sentry/react-native';
41
-const headerComponentRex = /<Header \/>/gm;
+const headerComponentRex = /<ScrollView/gm;
42
43
const jsPath = path.join(args.app, 'App.js');
44
const tsxPath = path.join(args.app, 'App.tsx');
0 commit comments