Skip to content

Commit

Permalink
Remove patch for react-native-reanimated in ReanimatedUIManager (expo…
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta authored May 7, 2024
1 parent 77d4a64 commit 95d3d6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"setup:docs": "./scripts/download-dependencies.sh",
"setup:native": "./scripts/download-dependencies.sh && ./scripts/setup-react-android.sh",
"postinstall": "yarn-deduplicate && yarn workspace @expo/cli prepare && node ./tools/bin/expotools.js validate-workspace-dependencies && ([ ! -f node_modules/react-native-reanimated/android/src/reactNativeVersionPatch/ReanimatedUIManager/latest/com/swmansion/reanimated/layoutReanimation/ReanimatedUIManager.java.orig ] && patch -d node_modules -p2 -f --backup < patches/react-native-reanimated+3.6.0.patch || true)",
"postinstall": "yarn-deduplicate && yarn workspace @expo/cli prepare && node ./tools/bin/expotools.js validate-workspace-dependencies",
"lint": "eslint .",
"tsc": "echo 'You are trying to run \"tsc\" in the workspace root. Run it from an individual package instead.' && exit 1"
},
Expand Down
37 changes: 0 additions & 37 deletions patches/react-native-reanimated+3.6.0.patch

This file was deleted.

0 comments on commit 95d3d6f

Please sign in to comment.