webraptor / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
134 stars 83 forks source link

Fix RN peer dependency version #97

Closed markwilcox closed 1 year ago

markwilcox commented 1 year ago

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 commented 1 year ago

@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 commented 1 year ago

Yes, happy to, I’ll update the PR in the morning.

On Thu, Feb 16, 2023, at 5:32 PM, Bogdan Pop wrote:

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

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/webraptor/react-native-deck-swiper/pull/97#issuecomment-1433457694, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHPCFF5VSKT7J3AZKC23ZTWXZQBZANCNFSM6AAAAAAU6OSIWY. You are receiving this because you were mentioned.Message ID: @.***>

markwilcox commented 1 year ago

@webraptor The version is updated now. Thanks!

webraptor commented 1 year ago

released on npm 2.0.13. thanks