Skip to content

Conversation

rbinksy
Copy link
Contributor

@rbinksy rbinksy commented Sep 19, 2025

Summary

This PR updates the peer dependencies to support newer versions of react-native-reanimated and react-native-svg while maintaining backward compatibility.

Changes

  • Updated react-native-reanimated from "^3.0.0" to "^3.0.0 || ^4.0.0"
  • Updated react-native-svg from "^14.0.0" to "^14.0.0 || ^15.0.0"

Problem Solved

This resolves peer dependency warnings like:

┬ react-native-fast-shimmer 1.3.3
├── ✕ unmet peer react-native-reanimated@^3.0.0: found 4.1.0
└── ✕ unmet peer react-native-svg@^14.0.0: found 15.12.1

…and react-native-svg v15

- Updated react-native-reanimated from "^3.0.0" to "^3.0.0 || ^4.0.0"
- Updated react-native-svg from "^14.0.0" to "^14.0.0 || ^15.0.0"

This resolves peer dependency warnings when using newer versions of these packages
while maintaining backward compatibility with existing versions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@rbinksy rbinksy marked this pull request as ready for review September 19, 2025 06:15
@rbinksy rbinksy changed the title feat: update peer dependencies to support react-native-reanimated v4 and react-native-svg v15 chore: update peer dependencies to react-native-reanimated v4 and react-native-svg v15 Sep 19, 2025
@rbinksy rbinksy changed the title chore: update peer dependencies to react-native-reanimated v4 and react-native-svg v15 chore: update peer dependencies Sep 19, 2025
@rbinksy
Copy link
Contributor Author

rbinksy commented Sep 19, 2025

Fixes #8

@Q1w1N
Copy link
Collaborator

Q1w1N commented Sep 25, 2025

@rbinksy Thank you so much for help!
Could you please also commit the package-lock so the CI passes?

@rbinksy
Copy link
Contributor Author

rbinksy commented Sep 25, 2025

@Q1w1N 👍 done!

@Q1w1N Q1w1N merged commit 61f670f into callstack:main Sep 25, 2025
4 checks passed
@Q1w1N
Copy link
Collaborator

Q1w1N commented Sep 25, 2025

Awesome, Thank you so much! I will make a new release soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants