fateh999 / react-native-paper-form-builder

React Native Paper Form Builder with inbuilt Validation, dropdown, autocomplete, checkbox, switch and radio inputs.
MIT License
113 stars 24 forks source link

Added multiline support. #63

Open fdikmen opened 1 year ago

fdikmen commented 1 year ago

Added multiline support. Use of;

//...
textInputProps: {
                multiline:"true",/*or: TRUE, True, 1 */
//...