jasongaare / react-native-walkthrough-tooltip

An inline wrapper for calling out React Native components via tooltip
MIT License
610 stars 182 forks source link

@types/react support for version 17 #146

Closed RNR1 closed 2 years ago

RNR1 commented 2 years ago

Hi,

I am getting dependency resolving issues when trying to update the version of @types/react, so I'm proposing a wider SEMVER support for this peer dependency.

While this issue can be easily skipped by forcing the legacy peer dependencies, I believe it will be better to just support version 17 here

Please let me know if this makes sense for you. Thanks for this great library!

codymurphyjones commented 2 years ago

+1 for this, my CI workflows have been broken since the new version of npm is more strict about dependency resolutions.

Would love to see this merge happen.