From c92efd8912aff8b5143dedeb8100cf1229dd0d1c Mon Sep 17 00:00:00 2001 From: "Dongmin,Yoo" Date: Sun, 15 Oct 2023 06:30:30 +0900 Subject: [PATCH] Added a Ko-fi support button to the README.md file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e337d0a..faee69c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAndrewDongminYoo%2Freact-native-step-counter.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FAndrewDongminYoo%2Freact-native-step-counter?ref=badge_shield) +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/M4M8Q4QZ7) + 한국어 사용자는 [Korean version.](README.kr.md)를 참조하십시오. This library provides an interface for tracking the number of steps taken by the user in a React Native app. This package uses the `StepCounter` (or Custom accelerometer-based step-counter) Sensor API on Android and the `Core Motion` framework on iOS to count the steps. It's built using Turbo Module, a new module development architecture for React Native. I made this library compatible with both new and legacy architectures. (Because the turbo module is still in the experimental stage. so it is not widely used.)