@sency/react-native-smkit-ui 2.1.8 → 2.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,6 +64,8 @@ class SMKitUIManager: NSObject, RCTBridgeModule {
64
64
  DispatchQueue.main.async {
65
65
  var isConfigDone = false
66
66
  var didFail = false
67
+ // RN SDK policy: do not wait for first activity before starting exercise timer.
68
+ SMKitUIModel.startTimerOnFirstActivity = false
67
69
  SMKitUIModel.configure(authKey: "\(key)", includesHighlights: false, onSuccess: {
68
70
  if !isConfigDone {
69
71
  isConfigDone = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sency/react-native-smkit-ui",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "React Native library for SMKit UI - Advanced fitness assessments and workout programs with AI-powered motion detection and real-time performance tracking",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",