Skip to content

Commit

Permalink
Bump worklets-core
Browse files Browse the repository at this point in the history
This is a WIP:
It currently crashes on Android and iOS because of an incompatibility between Reanimated and worklets-core, in order to resolve this I think we would need to update to Reanimated v3 (latest).
mrousavy/react-native-vision-camera#1776
  • Loading branch information
jtklein committed Oct 24, 2023
1 parent 24697c0 commit 7635daf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ PODS:
- React
- react-native-webview (11.26.1):
- React-Core
- react-native-worklets-core (0.2.0):
- react-native-worklets-core (0.2.2):
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -862,7 +862,7 @@ SPEC CHECKSUMS:
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
react-native-uuid-generator: 82ffa2a1cac94242ebed52c4dedc5044d3412717
react-native-webview: 9f111dfbcfc826084d6c507f569e5e03342ee1c1
react-native-worklets-core: 7ad416a8965086b98b07964f7f6932560a54a14c
react-native-worklets-core: 81629f0e2629a63336221a8e6a60aaa5cdbd1bf9
React-perflogger: 75b0e25075c67565a830985f3c373e2eae5389e0
React-RCTActionSheet: a0c3e916b327e297d124d9ebe8b0c721840ee04d
React-RCTAnimation: 3da7025801d7bf0f8cfd94574d6278d5b82a8b88
Expand Down
21 changes: 13 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"react-native-vision-camera": "3.5.1",
"react-native-webp-format": "^1.2.0",
"react-native-webview": "^11.26.1",
"react-native-worklets-core": "^0.2.0",
"react-native-worklets-core": "0.2.2",
"realm": "^12.1.0",
"vision-camera-plugin-inatvision": "github:inaturalist/vision-camera-plugin-inatvision#vision-v3"
},
Expand Down

0 comments on commit 7635daf

Please sign in to comment.