Skip to content

Commit

Permalink
remove Hermes fixes
Browse files Browse the repository at this point in the history
- hermes bugs was fixed for RN >= 0.74
- by RN support strategy we can skip support RN < 0.74 (https://github.com/reactwg/react-native-releases/blob/main/docs/support.md)
  • Loading branch information
farwayer committed Nov 10, 2024
1 parent a8949cd commit 56ac342
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 835 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"type": "module",
"sideEffects": false,
"exports": {
".": {
"react-native": "./src/index.native.js",
"default": "./src/index.js"
},
".": "./src/index.js",
"./react": "./src/react/index.js",
"./utils": "./src/utils/index.js",
"./package.json": "./package.json"
Expand Down
3 changes: 0 additions & 3 deletions src/index.native.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/proxify/with-hermes-fixes/README.md

This file was deleted.

144 changes: 0 additions & 144 deletions src/proxify/with-hermes-fixes/index.js

This file was deleted.

Loading

0 comments on commit 56ac342

Please sign in to comment.