AndrewDongminYoo / react-native-step-counter

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

fix: remove required toolchain java 8 #34

Closed vanntrong closed 1 year ago

vanntrong commented 1 year ago

Hello

After working on this issue https://github.com/AndrewDongminYoo/react-native-step-counter/issues/33 I found that this is build.grandle only requires Java 8 to run. But in Java 8 jlink is not available. So I remove it, then I can build react-native app Please review my pull request.