@magicfeedback/native 2.2.0-alpha.0 → 2.2.0-alpha.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.
package/README.md CHANGED
@@ -9,6 +9,7 @@ user feedback and insights, driving continuous improvement and enhancing user ex
9
9
  * [Install](#install)
10
10
  * [Init](#init)
11
11
  * [How to use](#how-to-use)
12
+ * [Answer format](#answer-format)
12
13
  * [Style](#style)
13
14
 
14
15
  ## Install
@@ -49,6 +50,10 @@ magicfeedback.init({
49
50
  This guide provides instructions for utilizing various features and functionalities of the application. Each section
50
51
  below highlights a specific use case and provides a code snippet to demonstrate its implementation.
51
52
 
53
+ ## Answer format
54
+
55
+ See `docs/answer-format.md` for the per-type payload format produced by `Form.answer()`.
56
+
52
57
  ### A. Generate feedback forms
53
58
 
54
59
  The feedback form generation functionality allows you to easily create and display feedback forms on your website. This