index.js 117 Bytes
Newer Older
1 2 3 4
'use strict'

let { RCTAppleHealthKit } = require('react-native').NativeModules;
module.exports = RCTAppleHealthKit;