balthazar / react-native-zeroconf

:satellite: Discover Zeroconf services using react-native
MIT License
211 stars 96 forks source link

raise react-native version #159

Closed flaminisx closed 2 years ago

flaminisx commented 2 years ago

after creating empty react-native project and trying to install react-native-zeroconf you can get this error:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: testreactnativeapp@0.0.1
npm ERR! Found: react-native@0.64.2
npm ERR! node_modules/react-native
npm ERR!   react-native@"0.64.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@">=0.60 <0.64" from react-native-zeroconf@0.13.2
npm ERR! node_modules/react-native-zeroconf
npm ERR!   react-native-zeroconf@"*" from the root project

after raising react-native version everything works fine

balthazar commented 2 years ago

Just remove the < condition, update the PR so I can merge that

flaminisx commented 2 years ago

Just remove the < condition, update the PR so I can merge that

updated

balthazar commented 2 years ago

дякую!