AndrewDongminYoo / react-native-step-counter

[리액트 네이티브 라이브러리] 사용자의 걸음 수를 계산합니다. Android는 StepCounter (or Accelerometer) 센서 API를, iOS는 CoreMotion CMPedometer 를 사용하여 걸음 수를 측정합니다.
https://andrewdongminyoo.github.io/react-native-step-counter/
MIT License
29 stars 10 forks source link

Unable to resolve dependencies with React Native 0.73.2 #38

Closed francisli closed 6 months ago

francisli commented 8 months ago

React Native Step Counter New Issue

Expected Behavior

Actual Behavior

% npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: intentional-walk-client@2.2.1
npm ERR! Found: react-native@0.73.2
npm ERR! node_modules/react-native
npm ERR!   react-native@"0.73.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.71.0 || ^0.72.0" from @dongminyu/react-native-step-counter@0.2.4
npm ERR! node_modules/@dongminyu/react-native-step-counter
npm ERR!   @dongminyu/react-native-step-counter@"^0.2.4" from the root project
AndrewDongminYoo commented 6 months ago

Thanks for the first issue report. It was a misunderstanding on my part about peer dependency, which was relying on a specific React native version. This has been removed in commit, which you can find in version 0.2.5 released today.