Hi! Thanks for maintaining this library.
I'm hitting an ERESOLVE install error because the latest npm release
(0.1.1, published 2026-03-12) pins:
"react-native-worklets": "0.8.0-bundle-mode-preview-2"
"remend": "1.2.2"
I see this has already been addressed on main by #7 and #9, which
updated the peer ranges to react-native-worklets: ">=0.8.3" and
remend: "1.3.0". The fix just hasn't made it to npm yet.
Would it be possible to cut a new release (e.g. 0.1.2) so users can
install without --legacy-peer-deps?
Thanks!
Hi! Thanks for maintaining this library.
I'm hitting an
ERESOLVEinstall error because the latest npm release(
0.1.1, published 2026-03-12) pins:"react-native-worklets": "0.8.0-bundle-mode-preview-2"
"remend": "1.2.2"
I see this has already been addressed on
mainby #7 and #9, whichupdated the peer ranges to
react-native-worklets: ">=0.8.3"andremend: "1.3.0". The fix just hasn't made it to npm yet.Would it be possible to cut a new release (e.g.
0.1.2) so users caninstall without
--legacy-peer-deps?Thanks!