@originallyus/feedback-rn-sdk 4.0.0-beta.26 → 4.0.0-beta.27

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,7 @@ After installing:
13
13
 
14
14
  1. Scan the QR code below using **Expo Go** (Android) or the **Camera app** (iOS).
15
15
  2. Or open the **Try on Expo Dev** link below directly (it will try to open Expo Go; if it doesn't work yet, open it again after installing Expo Go).
16
+
16
17
  ![Expo QR](https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=exp://u.expo.dev/64be1f70-2b29-479e-8c0a-ee495f737d06/group/cd0a77fc-1113-4d26-af11-b53577571f32)
17
18
 
18
19
 
@@ -23,13 +24,13 @@ After installing:
23
24
  ## 📦 Installation
24
25
 
25
26
  ```sh
26
- npm install @originallyus/feedback-rn-sdk@4.0.0-beta.26
27
+ npm install @originallyus/feedback-rn-sdk@4.0.0-beta.27
27
28
  ```
28
29
 
29
30
  or yarn
30
31
 
31
32
  ```sh
32
- yarn add @originallyus/feedback-rn-sdk@4.0.0-beta.26
33
+ yarn add @originallyus/feedback-rn-sdk@4.0.0-beta.27
33
34
  ```
34
35
 
35
36
  ### Peer Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@originallyus/feedback-rn-sdk",
3
- "version": "4.0.0-beta.26",
3
+ "version": "4.0.0-beta.27",
4
4
  "description": "A cross-platform Feedback component for React Native.",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/index.d.ts",