Skip to content

Commit

Permalink
fix: removed duplicated modules from metro config (#2264)
Browse files Browse the repository at this point in the history
## Description

This PR removes duplicated `react-native-reanimated` modules from metro
config files.

## Checklist

- [x] Ensured that CI passes
  • Loading branch information
alduzy authored Jul 29, 2024
1 parent 5f9f061 commit 559ad4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const modules = [
'react-native-reanimated',
'react-native-safe-area-context',
'react-native-gesture-handler',
'react-native-reanimated',
...Object.keys(pack.peerDependencies),
];

Expand Down
1 change: 0 additions & 1 deletion TVOSExample/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const modules = [
'react-native-reanimated',
'react-native-safe-area-context',
'react-native-gesture-handler',
'react-native-reanimated',
...Object.keys(pack.peerDependencies),
];

Expand Down

0 comments on commit 559ad4f

Please sign in to comment.