react-native-form-generator
react-native-form-generator copied to clipboard
Fix immutable values
The first change to the form values (using Picker) works; subsequent ones complain about values being frozen/immutable.
This PR avoids mutating the form values on change.