Commit 32242f5
fix(worklets): align jsVersion constant with published exodus version
Read jsVersion from the package's own package.json so it stays in sync
with the published `@exodus/react-native-worklets` fork version. The
runtime asserts the JS-side jsVersion matches the babel plugin's
REAL_VERSION at startup; previously the constant was hard-coded at
upstream `0.9.0-main` while the fork is published at
`0.9.0-exodus.X`, throwing WorkletsError at startup.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 65854cd commit 32242f5
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
0 commit comments