Skip to content
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

chore: Update react-native-reanimated #373

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Conversation

tuliomir
Copy link
Contributor

@tuliomir tuliomir commented Nov 1, 2023

After successfully upgrading React Native to version 0.72 on #342 , the build stopped working on iOS due to an incompatibility with the react-native-reanimated version 2.17.0.

This PR upgrades this dependency to version 3.5.4, which claims to have no breaking changes from version 2.17.0: it is only an upgrade to support the React Native New Architecture. It also has less dependencies that its predecessor, alleviating the lockfile.

Acceptance Criteria

  • Upgrades the react-native-reanimated to a version compatible with React Native v0.72

Security Checklist

  • Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.

@tuliomir tuliomir added the dependencies Pull requests that update a dependency file label Nov 1, 2023
@tuliomir tuliomir self-assigned this Nov 1, 2023
@tuliomir tuliomir removed the request for review from pedroferreira1 November 1, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants