Skip to content

Commit

Permalink
fix: remove unnecessary reanimated patch
Browse files Browse the repository at this point in the history
turns out this was a config issue on my part 💀
  • Loading branch information
Rexogamer committed Jul 15, 2024
1 parent 80a7757 commit 0fc170a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .yarn/patches/react-native-reanimated-npm-3.12.0-0eaba2f107.patch

This file was deleted.

2 changes: 2 additions & 0 deletions config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,7 @@ module.exports = {
// See: https://github.com/necolas/react-native-web/issues/349
__DEV__: JSON.stringify(true),
}),
new webpack.EnvironmentPlugin({ JEST_WORKER_ID: null }),
new webpack.DefinePlugin({ process: { env: {} } }),
],
};

0 comments on commit 0fc170a

Please sign in to comment.