@originallyus/feedback-rn-sdk 2.0.0 → 2.0.1

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -177,8 +177,12 @@ feedbackRef.current.showInlineForm(eventTag, slug, (formDidShow) => {
177
177
  ```
178
178
 
179
179
  ## Extra configuration
180
+
181
+
180
182
  To ensure that the External Survey works properly, check your AndroidManifest.xml file for the following configuration.
181
183
 
184
+ _For the app targeting Android 11 (SDK 30) or higher need to implement._
185
+
182
186
  ```
183
187
  <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example">
184
188
  <queries>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@originallyus/feedback-rn-sdk",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A cross-platform Feedback component for React Native.",
5
5
  "main": "lib/commonjs/index",
6
6
  "react-native": "lib/commonjs/index",