react-native-health-connect
react-native-health-connect copied to clipboard
What is time parameter?
... await initialize(); await insertRecords([ {recordType: 'BodyFat', percentage: weightData.bodyFatPercent, time:moment().format('YYYY/MM/DDTHH:mm:ss')}, ]) ...
how can i coding the "time" parameters.