-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Bump Reanimated #4040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Bump Reanimated #4040
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,12 +26,12 @@ | |
| "react-dom": "19.1.0", | ||
| "react-native": "0.81.4", | ||
| "react-native-gesture-handler": "workspace:*", | ||
| "react-native-reanimated": "^4.2.1", | ||
| "react-native-reanimated": "^4.3.0", | ||
| "react-native-safe-area-context": "~5.6.0", | ||
| "react-native-screens": "~4.16.0", | ||
| "react-native-svg": "15.12.1", | ||
| "react-native-web": "^0.21.0", | ||
| "react-native-worklets": "^0.7.1" | ||
| "react-native-worklets": "^0.8.1" | ||
|
Comment on lines
27
to
+34
|
||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.25.2", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While this is not necessary to bump Reanimated, we found out that this may cause issues.
The main problem is passing props that are
SharedValueinto React Native components. This might not be the only place where we do this, but this is the one that we found. Also expo-example app no longer crash so for now we can leave that and keep in mind that it might be worth to check other places in our codebase as well.