-
Notifications
You must be signed in to change notification settings - Fork 19
chore: Bump reanimated to latest versions #432
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
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.
Pull Request Overview
This PR upgrades react-native-reanimated to latest versions across the example applications (4.0.1 for fabric example, 3.19.0 for paper example) and introduces react-native-worklets as a new dependency. The changes also refactor the configuration setup by centralizing Metro and dependency resolution logic into shared utility scripts.
- Bumps react-native-reanimated from 3.18.0 to 4.0.1 in main package and fabric example, 3.19.0 in paper example
- Adds react-native-worklets 0.4.1 as a new dependency for worklet support
- Centralizes Metro and dependency configuration into reusable utility scripts
Reviewed Changes
Copilot reviewed 25 out of 28 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
packages/react-native-sortables/package.json | Updates reanimated patch and adds worklets dependency |
test/babel.config.cjs | Simplifies config and adds worklets plugin |
example/app/scripts/metro.js | Creates shared Metro configuration utility |
example/app/scripts/dependencies.js | Creates shared dependency resolution utility |
babel.config.cjs | Removes root babel config file |
Multiple example configs | Refactors to use shared configuration utilities |
.yarn/patches/react-native-reanimated-npm-4.0.1-40ff4579cd.patch | Updates patch for new reanimated version |
Co-authored-by: Copilot <[email protected]>
🎉 This issue has been resolved in version 1.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR bumps reanimated in example apps to latest versions (
4.0.0
in thefabric
example and3.19.0
in remaining ones).TODO
Runtime not ready
error