Skip to content

React Native step counter for iOS (HealthKit) and Android (Google Fit)

License

Notifications You must be signed in to change notification settings

StasDoskalenko/React-Native-Steps-App

 
 

Repository files navigation

React Native Steps App

React Native step counter for iOS and Android.

  • iOS uses the HealthKit API.
  • Android uses the Google Fit API.

Build

  • Install both watchman and node using Brew

    • brew install node
    • brew install watchman
  • Install React Native CLI

    npm install -g react-native-cli
    
  • Clone and run project packager.

    git clone https://github.com/StasDoskalenko/React-Native-Steps-App.git react-native-steps-app
    
    cd react-native-steps-app
    
    npm start
    
  • Open another terminal window (don't close packager terminal). And run project at device (Xcode >= 8 required).

    Building an app for testing at the device requires using the Release scheme in Xcode.

    Product → Scheme → Edit Scheme (cmd + <), make sure you're in the Run tab from the side, and set the Build Configuration dropdown to Release

    react-native run-ios
    
  • In some cases try to build directly via Xcode

Built with :

Licence

Based on Asim Malik AwesimSteps app

About

React Native step counter for iOS (HealthKit) and Android (Google Fit)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 36.1%
  • Java 27.1%
  • HTML 22.3%
  • Swift 7.4%
  • Objective-C 7.1%