Skip to content

Commit

Permalink
Ignore TypeScript error in metro.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Sep 25, 2024
1 parent ab68165 commit e491e8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/fabric-example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
1 change: 1 addition & 0 deletions apps/macos-example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
1 change: 1 addition & 0 deletions apps/paper-example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);

0 comments on commit e491e8e

Please sign in to comment.