We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c66781 + b331042 commit c837376Copy full SHA for c837376
README.md
@@ -133,6 +133,7 @@ AppRegistry.registerComponent('FormGenerator', () => FormGenerator);
133
| customComponents | N/A | `object` | To define your custom type of components.|
134
| formData | N/A | `object` | To prefill the form values.|
135
| fields | `required` | `array` | Array of form fields. |
136
+| scrollViewProps | N/A | `object` | Scrollview custom props. |
137
138
### Methods:
139
Currently, these methods are available in FormBuilder, you can access them by using ref property.
0 commit comments