fix: Remove temp-patch for REA plugin

This commit is contained in:
Marc Rousavy 2023-03-21 15:17:22 +01:00
parent a1af891879
commit 6deb6862cf
2 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,6 @@
"README.md"
],
"scripts": {
"prepare": "sh temp-patch.sh",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"lint-ci": "yarn lint -f ./node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",

View File

@ -1,3 +0,0 @@
#!/bin/sh
sed -i '' -e "s/enter/exit/g" ./example/node_modules/react-native-reanimated/plugin.js