Possibility of lowering peerdep for react package
Closed this issue · 2 comments
Rezrazi commented
Describe the bug
Trying to use this package with React native, would it be possible to lower peerdep of the package?
Current one is
"peerDependencies": {
"react": "^18.3.1"
},
Would it be possible to lower to "18.2" or just remove the constraint?
As the logic of the package doesn't rely on something not already available in React Native, this should work in a seamless way
Thanks
damianricobelli commented
Great suggestion! I’ll add this change in the next release 🤝
damianricobelli commented
Merged!