Heart Rate Monitor(心率監測)App written in React Native.
Run the following code to install the necessary frameworks and components
yarn install
Please refer to the React Native official page to complete the running environment configuration.
When you complete the running environment configuration, run the following code to run the project on a simulator or an physical device.
yarn android
or
npx react-native run-android
Open a new terminal inside your React Native project folder. Run the following command:
yarn ios
or
npx react-native run-ios
-
Register for an Apple developer account if you don't have one yet.
Select your project in the Xcode Project Navigator, then select your main target (it should share the same name as your project). Look for the "General" tab. Go to "Signing" and make sure your Apple developer account or team is selected under the Team dropdown. Do the same for the tests target (it ends with Tests, and is below your main target).
- Improve algorithm accuracy
- Add i18n support
- Add a heart rate history page
- Add a heart rate chart