diff --git a/apps/fabric-example/metro.config.js b/apps/fabric-example/metro.config.js index db4f1dc0dfb..27ab2bc4697 100644 --- a/apps/fabric-example/metro.config.js +++ b/apps/fabric-example/metro.config.js @@ -17,5 +17,6 @@ const config = { }; module.exports = wrapWithReanimatedMetroConfig( + // @ts-expect-error Should be fixed with https://github.com/facebook/react-native/pull/46602 mergeConfig(getDefaultConfig(__dirname), config) ); diff --git a/apps/macos-example/metro.config.js b/apps/macos-example/metro.config.js index 136a052d6f0..7ef43f38809 100644 --- a/apps/macos-example/metro.config.js +++ b/apps/macos-example/metro.config.js @@ -41,5 +41,6 @@ const config = { }; module.exports = wrapWithReanimatedMetroConfig( + // @ts-expect-error Should be fixed with https://github.com/facebook/react-native/pull/46602 mergeConfig(getDefaultConfig(__dirname), config) ); diff --git a/apps/paper-example/metro.config.js b/apps/paper-example/metro.config.js index db4f1dc0dfb..27ab2bc4697 100644 --- a/apps/paper-example/metro.config.js +++ b/apps/paper-example/metro.config.js @@ -17,5 +17,6 @@ const config = { }; module.exports = wrapWithReanimatedMetroConfig( + // @ts-expect-error Should be fixed with https://github.com/facebook/react-native/pull/46602 mergeConfig(getDefaultConfig(__dirname), config) );