jasongaare / react-native-walkthrough-tooltip

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

Peer dependency error with react 18 #190

Open LagoonProject opened 10 months ago

LagoonProject commented 10 months ago

While installing this library I get the following error :

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: workouttimertracker@0.0.1
npm ERR! Found: @types/react@18.2.37
npm ERR! node_modules/@types/react
npm ERR!   dev @types/react@"^18.2.20" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @types/react@">=16.8.24 <18" from react-native-walkthrough-tooltip@1.5.0
npm ERR! node_modules/react-native-walkthrough-tooltip
npm ERR!   react-native-walkthrough-tooltip@"*" from the root project

Any chance to resolve this issue ?