@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.
- package/README.md +4 -0
- 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>
|