Skip to content

Commit

Permalink
fix: Side effects paths in package.json (#6634)
Browse files Browse the repository at this point in the history
## Summary

This PR adds missing initializers path to side effects (because some
global variables are written in this file). It also fixes paths to
remaining files (as there is no longer `reanimated2` directory).
  • Loading branch information
MatiPl01 authored and tjzel committed Nov 26, 2024
1 parent 94ca94a commit c1411f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/react-native-reanimated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,9 @@
}
},
"sideEffects": [
"./lib/module/reanimated2/layoutReanimation/animationsManager.js",
"./lib/module/reanimated2/core.js",
"./lib/module/layoutReanimation/animationsManager.js",
"./lib/module/core.js",
"./lib/module/initializers.js",
"./lib/module/index.js"
],
"packageManager": "yarn@4.1.1"
Expand Down

0 comments on commit c1411f9

Please sign in to comment.