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

Fix RN peer dependency version #97

Merged
merged 2 commits into from
Feb 17, 2023
Merged

Conversation

markwilcox
Copy link

Using a ^ on the version only allows updates to everything below the first non-zero number. So this only lets you use the package with react-native 0.49.x. Changing to >= lets you use it with any version. I assume that's why there are 449 forks because it appears to still work with latest react-native versions.

@webraptor
Copy link
Owner

@markwilcox can you also bump "version": "2.0.12" to 2.0.13 in your PR so it's easier to merge & release?

Thanks!

@markwilcox
Copy link
Author

markwilcox commented Feb 16, 2023 via email

@markwilcox
Copy link
Author

@webraptor The version is updated now. Thanks!

@webraptor webraptor merged commit 3d5e9e7 into webraptor:master Feb 17, 2023
@webraptor
Copy link
Owner

released on npm 2.0.13. thanks

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.

2 participants