-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form Validation issue #10
Comments
same issue |
Hello
|
I got the same issue, and exactly as @Q8hma suggested above, making those changes in /src/fields/picker/index.js would fix this bug. The changes you need to make is perhaps summarized more clearly in this issue thread (#22) by @mbs8: Picker iOS Error http://github.com/bietkul/react-native-form-builder/issues/22 Duplicate of #22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Form validation not working: You attempted to set the key
backgroundColor
with the value"transparent"
on an object that is meant to be immutable and has been frozen.The text was updated successfully, but these errors were encountered: