vorqard-ai-sdk 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -23,7 +23,7 @@ The SDK relies on standard React Native libraries for image picking, safe area v
23
23
 
24
24
  Run the following command in your main application folder (`groupin-app/`):
25
25
  ```bash
26
- npm install axios react-native-linear-gradient react-native-image-crop-picker react-native-vision-camera react-native-vector-icons react-native-safe-area-context
26
+ npm install axios react-native-linear-gradient react-native-image-crop-picker react-native-vision-camera react-native-vector-icons react-native-safe-area-context react-native-webrtc expo-av
27
27
  ```
28
28
 
29
29
  ### Step 3: Install the SDK
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vorqard-ai-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Standalone React Native SDK for VORQARD AI Health Assistant and Report Analyzer",
5
5
  "main": "src/index.js",
6
6
  "repository": {
@@ -19,7 +19,8 @@
19
19
  "react-native-linear-gradient": "*",
20
20
  "react-native-safe-area-context": "*",
21
21
  "react-native-vector-icons": "*",
22
- "react-native-vision-camera": "*"
22
+ "react-native-vision-camera": "*",
23
+ "react-native-webrtc": "*"
23
24
  },
24
25
  "keywords": [
25
26
  "vorqard",