@koderlabs/tasks-sdk-rn-reporter 0.1.1 → 0.1.2

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 +13 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,13 +9,21 @@ event through the core SDK's multipart ingest endpoint.
9
9
 
10
10
  ## Install
11
11
 
12
- ```sh
13
- pnpm add @koderlabs/tasks-sdk-rn @koderlabs/tasks-sdk-rn-reporter \
14
- react-native-view-shot
12
+ ```bash
13
+ npm install @koderlabs/tasks-sdk-rn @koderlabs/tasks-sdk-rn-reporter \
14
+ react-native-view-shot
15
15
  # optional — Android shake + iOS screenshot prompt
16
- pnpm add expo-sensors expo-screen-capture
16
+ npm install expo-sensors expo-screen-capture
17
17
  # optional — annotator (highlight + redact tool over the screenshot)
18
- pnpm add react-native-svg
18
+ npm install react-native-svg
19
+ ```
20
+
21
+ Using pnpm or yarn:
22
+
23
+ ```bash
24
+ pnpm add @koderlabs/tasks-sdk-rn @koderlabs/tasks-sdk-rn-reporter react-native-view-shot
25
+ # or
26
+ yarn add @koderlabs/tasks-sdk-rn @koderlabs/tasks-sdk-rn-reporter react-native-view-shot
19
27
  ```
20
28
 
21
29
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koderlabs/tasks-sdk-rn-reporter",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "In-app bug reporter for React Native — modal + screenshot + shake gesture + screenshot-detection. Pairs with @koderlabs/tasks-sdk-rn.",
5
5
  "keywords": [
6
6
  "instanttasks",
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "sideEffects": true,
43
43
  "dependencies": {
44
- "@koderlabs/tasks-sdk": "0.1.1"
44
+ "@koderlabs/tasks-sdk": "0.1.2"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": ">=18.0.0",
@@ -49,7 +49,7 @@
49
49
  "react-native-view-shot": ">=3.8.0",
50
50
  "expo-screen-capture": ">=6.0.0",
51
51
  "react-native-svg": ">=15.0.0",
52
- "@koderlabs/tasks-sdk-rn": "0.1.1"
52
+ "@koderlabs/tasks-sdk-rn": "0.1.2"
53
53
  },
54
54
  "peerDependenciesMeta": {
55
55
  "react-native-view-shot": {
@@ -69,7 +69,7 @@
69
69
  "tsup": "^8.3.0",
70
70
  "typescript": "^5.5.0",
71
71
  "vitest": "^2.1.0",
72
- "@koderlabs/tasks-sdk-rn": "0.1.1"
72
+ "@koderlabs/tasks-sdk-rn": "0.1.2"
73
73
  },
74
74
  "engines": {
75
75
  "node": ">=20"