react-native-nitro-pose-exercises 1.1.9 → 1.1.10

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.
package/README.md CHANGED
@@ -64,10 +64,10 @@ cd ios && pod install
64
64
  </tr>
65
65
  <tr>
66
66
  <td align="center">
67
- <img alt="normal-mode" src="./docs/img/normal.png" height="650" width="300"/>
67
+ <img alt="normal-mode" src="https://github.com/user-attachments/assets/762c9b40-ab2e-4e37-ad4c-ac208d555e4f" height="650" width="300"/>
68
68
  </td>
69
69
  <td align="center">
70
- <img alt="skeleton-mode" src="./docs/img/skeleton.png" height="650" width="300"/>
70
+ <img alt="skeleton-mode" src="https://github.com/user-attachments/assets/762c9b40-ab2e-4e37-ad4c-ac208d555e4f" height="650" width="300"/>
71
71
  </td>
72
72
  </tr>
73
73
  </table>
@@ -43,7 +43,7 @@ android {
43
43
  compileSdkVersion getExtOrDefault("compileSdkVersion")
44
44
 
45
45
  defaultConfig {
46
- minSdkVersion getExtOrDefault("minSdkVersion")
46
+ minSdkVersion 26
47
47
  targetSdkVersion getExtOrDefault("targetSdkVersion")
48
48
 
49
49
  externalNativeBuild {
@@ -1,5 +1,5 @@
1
1
  NitroPoseExercises_kotlinVersion=2.0.21
2
- NitroPoseExercises_minSdkVersion=24
2
+ NitroPoseExercises_minSdkVersion=26
3
3
  NitroPoseExercises_targetSdkVersion=34
4
4
  NitroPoseExercises_compileSdkVersion=35
5
5
  NitroPoseExercises_ndkVersion=27.1.12297006
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nitro-pose-exercises",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Real-time on-device exercise tracking for React Native. Rep counting, form validation, and skeleton overlay powered by Apple Vision (iOS) and Google ML Kit (Android) with VisionCamera v5 via Nitro Modules.",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",