You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fields may be **inconsistent** and **overwrite** by Google Fit App, it could be `bugs` or some internal processes that we are not aware of.
700
+
<br/>**That's why it's experimental. Use at your own risk.**
701
+
<br/>[List of ActivityType](https://github.com/StasDoskalenko/react-native-google-fit/blob/db0d2f8cf090e5f62e8115cfba2fc0cc454fb922/index.android.d.ts#L509)
702
+
<br/>[List of Session Activities from official Doc](https://developers.google.com/android/reference/com/google/android/gms/fitness/FitnessActivities#ERGOMETER)
703
+
704
+
**Add:**
705
+
```javascript
706
+
GoogleFit.saveWorkout({
707
+
startDate: startDate,
708
+
endDate: endDate,
709
+
sessionName:`session name`,
710
+
// below example is probably not unique enough, must be **UUID**
0 commit comments