-
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 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.
#1
Comments
This library works with native base > 2.0. |
I am using 2.3.1 and I am having the same issue. |
Setting picker as one of the field options causes this error. I got it fixed using a not recommended way. open
|
Issue is not active from a long while so, closing it. |
I still get this issue with the example https://www.npmjs.com/package/react-native-form-builder |
I got this error also. It looks is stills present and has not been fixed. Will try with the comment from @03balogun |
This issue is certainly still a problem:
|
Yeah, closing the issue won't fix it XD |
I'm having this issue on iOS only. |
Sorry guys, it's hard to get time to work on it these days. |
Hi, The form is displaying properly but I get an error when I enter some text:
You attempted to set the key
backgroundColor
with the value"transparent"
on an object that is meant to be immutable and has been frozen.Any ideas?
The text was updated successfully, but these errors were encountered: