How to use the react-native-google-fit.onAuthorize function in react-native-google-fit

To help you get started, we’ve selected a few react-native-google-fit examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github yldio / react-native-wearables / data.android.js View on Github external
return new Promise((resolve, reject) => {
      GoogleFit.onAuthorize(() => {
        resolve()
      });

      GoogleFit.onAuthorizeFailure(error => {
        reject(new Error(ERRORS.failedInit))
      });

      GoogleFit.authorize();
    })
  },

react-native-google-fit

A React Native bridge module for interacting with Google Fit

MIT
Latest version published 6 months ago

Package Health Score

79 / 100
Full package analysis